From dbec45fa7a97ff62be279d67f52d734da3fae55f Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Tue, 4 Oct 2016 16:22:59 -0700 Subject: [PATCH] add awscli to arm Dockerfile Signed-off-by: Victor Vieux --- Dockerfile.armhf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 12e25ae5a4..958415c203 100644 --- a/Dockerfile.armhf +++ b/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