Explorar o código

Merge pull request #27153 from vieux/awscli_arm

add awscli to arm Dockerfile
Kenfe-Mickaël Laventure %!s(int64=8) %!d(string=hai) anos
pai
achega
2616a909e8
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Dockerfile.armhf

+ 2 - 1
Dockerfile.armhf

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