From 4be6e1439f94c5aea74a5c77483fbefb908c36e4 Mon Sep 17 00:00:00 2001 From: Marc Urben Date: Sun, 29 Sep 2019 11:46:06 +0200 Subject: [PATCH] Fixing missing dependency for pushover Python dependency chump is required for pushover to work. --- urlwatch/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index 726bda3..06bf32a 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -23,6 +23,7 @@ RUN set -xe \ minidb \ pyyaml \ requests \ + chump \ urlwatch \ && apk del build-base \ libffi-dev \