浏览代码

add awscli to arm Dockerfile

Signed-off-by: Victor Vieux <vieux@docker.com>
Victor Vieux 8 年之前
父节点
当前提交
dbec45fa7a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile.armhf

+ 2 - 1
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