From 375f8f68169327fa9391826f3f162ad6914f3663 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 3 Nov 2021 11:19:07 +0800 Subject: [PATCH] fix urlwatch --- urlwatch/Dockerfile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index 0095b79..fac6d4f 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -20,15 +20,16 @@ RUN set -xe \ python3 \ python3-dev \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ - && pip3 install appdirs \ - cssselect \ - keyring \ - lxml \ - minidb \ - pyyaml \ - requests \ - chump \ - urlwatch \ + && pip3 install appdirs \ + cssselect \ + keyring \ + keyrings.alt \ + lxml \ + minidb \ + pyyaml \ + requests \ + chump \ + urlwatch \ && apk del build-base \ libffi-dev \ libxml2-dev \