update ewsposter

This commit is contained in:
t3chn0m4g3
2019-03-13 22:04:07 +00:00
parent 0b92b56c55
commit 2b7d8ee01e
2 changed files with 5 additions and 1 deletions

View File

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