add awscli to arm Dockerfile

Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
Victor Vieux 2016-10-04 16:22:59 -07:00
parent e097c2a938
commit dbec45fa7a
1 changed files with 2 additions and 1 deletions

View File

@ -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