Update Dockerfile

This commit is contained in:
Marco Ochse 2019-04-18 10:24:42 +02:00 committed by GitHub
parent 35e89b1e20
commit be42aaa958
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ RUN apk -U --no-cache add \
py-requests \ py-requests \
py-setuptools && \ py-setuptools && \
pip install --no-cache-dir -U pip && \ pip install --no-cache-dir -U pip && \
pip install --no-use-pep517 --no-cache-dir pyOpenSSL && \ pip install --no-cache-dir pyOpenSSL xmljson && \
# Setup ewsposter # Setup ewsposter
git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \ git clone --depth=1 https://github.com/rep/hpfeeds /opt/hpfeeds && \