Merge pull request #27153 from vieux/awscli_arm
add awscli to arm Dockerfile Upstream-commit: 2616a909e8c0d2e6558e441bd8be9d29ca43f3cc Component: engine
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user