Browse code

add awscli to arm Dockerfile

Signed-off-by: Victor Vieux <vieux@docker.com>

Victor Vieux authored on 2016/10/05 08:22:59
Showing 1 changed files
... ...
@@ -46,7 +46,8 @@ RUN apt-get update && apt-get install -y \
46 46
 	python-websocket \
47 47
 	xfsprogs \
48 48
 	tar \
49
-	--no-install-recommends
49
+	--no-install-recommends \
50
+	&& pip install awscli==1.10.15
50 51
 
51 52
 # Get lvm2 source for compiling statically
52 53
 ENV LVM2_VERSION 2.02.103