diff --git a/components/engine/Dockerfile.armhf b/components/engine/Dockerfile.armhf index 12e25ae5a4..958415c203 100644 --- a/components/engine/Dockerfile.armhf +++ b/components/engine/Dockerfile.armhf @@ -46,7 +46,8 @@ RUN apt-get update && apt-get install -y \ python-websocket \ xfsprogs \ tar \ - --no-install-recommends + --no-install-recommends \ + && pip install awscli==1.10.15 # Get lvm2 source for compiling statically ENV LVM2_VERSION 2.02.103