mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-26 05:27:31 +02:00
Fixing missing dependency for pushover
Python dependency chump is required for pushover to work.
This commit is contained in:
parent
b9677fcf8a
commit
4be6e1439f
@ -23,6 +23,7 @@ RUN set -xe \
|
|||||||
minidb \
|
minidb \
|
||||||
pyyaml \
|
pyyaml \
|
||||||
requests \
|
requests \
|
||||||
|
chump \
|
||||||
urlwatch \
|
urlwatch \
|
||||||
&& apk del build-base \
|
&& apk del build-base \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user