We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e097c2a commit dbec45fCopy full SHA for dbec45f
1 file changed
Dockerfile.armhf
@@ -46,7 +46,8 @@ RUN apt-get update && apt-get install -y \
46
python-websocket \
47
xfsprogs \
48
tar \
49
- --no-install-recommends
+ --no-install-recommends \
50
+ && pip install awscli==1.10.15
51
52
# Get lvm2 source for compiling statically
53
ENV LVM2_VERSION 2.02.103
0 commit comments