Forráskód Böngészése

Lock boto3 to version that currently installs on 3.6

Jasmine Hegman 8 éve
szülő
commit
b118d2a69e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM alpine:3.6
 
 RUN apk --no-cache add python py-setuptools py-pip gcc libffi py-cffi python-dev libffi-dev py-openssl musl-dev linux-headers openssl-dev libssl1.0 && \
     pip install elasticsearch-curator==5.4.0 && \
-    pip install boto3 && \
+    pip install boto3==1.4.8 && \
     pip install requests-aws4auth==0.9 && \
     pip install cryptography==2.1.3 && \
     apk del py-pip gcc python-dev libffi-dev musl-dev linux-headers openssl-dev && \