Merge pull request #27153 from vieux/awscli_arm

add awscli to arm Dockerfile
Upstream-commit: 2616a909e8c0d2e6558e441bd8be9d29ca43f3cc
Component: engine
This commit is contained in:
Kenfe-Mickaël Laventure
2016-10-05 07:29:36 -07:00
committed by GitHub

View File

@ -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