Skip to content

Commit dbec45f

Browse files
committed
add awscli to arm Dockerfile
Signed-off-by: Victor Vieux <vieux@docker.com>
1 parent e097c2a commit dbec45f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile.armhf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ RUN apt-get update && apt-get install -y \
4646
python-websocket \
4747
xfsprogs \
4848
tar \
49-
--no-install-recommends
49+
--no-install-recommends \
50+
&& pip install awscli==1.10.15
5051

5152
# Get lvm2 source for compiling statically
5253
ENV LVM2_VERSION 2.02.103

0 commit comments

Comments
 (0)