1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-08-08 22:27:53 +02:00

Fixing missing dependency for pushover

Python dependency chump is required for pushover to work.
This commit is contained in:
Marc Urben
2019-09-29 11:46:06 +02:00
committed by GitHub
parent b9677fcf8a
commit 4be6e1439f

View File

@@ -23,6 +23,7 @@ RUN set -xe \
minidb \
pyyaml \
requests \
chump \
urlwatch \
&& apk del build-base \
libffi-dev \