mirror of
https://github.com/Febbweiss/docker-curator.git
synced 2026-03-05 06:45:38 +00:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f98b9b5f1f | ||
|
|
b118d2a69e | ||
|
|
626e535d30 | ||
|
|
3aaad20aa2 | ||
|
|
15cd022541 | ||
|
|
76788184fc | ||
|
|
ba28dcf5f1 |
@@ -1,7 +1,8 @@
|
|||||||
FROM alpine:3.6
|
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 && \
|
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 elasticsearch-curator==5.4.0 && \
|
||||||
|
pip install boto3==1.4.8 && \
|
||||||
pip install requests-aws4auth==0.9 && \
|
pip install requests-aws4auth==0.9 && \
|
||||||
pip install cryptography==2.1.3 && \
|
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 openssl-dev && \
|
||||||
|
|||||||
Reference in New Issue
Block a user