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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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