1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-09 13:47:10 +02:00

Merge pull request #118 from oxivanisher/patch-1

Fixing missing dependency for pushover
This commit is contained in:
Kevin He 2019-10-27 07:35:05 +08:00 committed by GitHub
commit 24cb9e59ac
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 \