mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
add awscli to arm Dockerfile
Signed-off-by: Victor Vieux <vieux@docker.com>
(cherry picked from commit dbec45fa7a
)
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
ad9538afc2
commit
d72629e18f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue