Bläddra i källkod

Removed removal of openssl-dev as in alpine 3.6 it causes libssl to be removed.

Jasmine Hegman 8 år sedan
förälder
incheckning
15cd022541
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ RUN apk --no-cache add python py-setuptools py-pip gcc libffi py-cffi python-dev
     pip install elasticsearch-curator==5.4.0 && \
     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 && \
+    apk del py-pip gcc python-dev libffi-dev musl-dev linux-headers && \
     sed -i '/import sys/a urllib3.contrib.pyopenssl.inject_into_urllib3()' /usr/bin/curator && \
     sed -i '/import sys/a import urllib3.contrib.pyopenssl' /usr/bin/curator && \
     sed -i '/import sys/a import urllib3' /usr/bin/curator