From a92c41bcde2bec4a76855502545e1633943706bc Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 2 Dec 2021 10:47:16 +0800 Subject: [PATCH] urlwatch +aioxmpp (FIX #195) --- urlwatch/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index d38ec7e..306918e 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -21,6 +21,7 @@ RUN set -xe \ python3-dev \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ && pip3 install --no-binary lxml \ + aioxmpp \ appdirs \ cssselect \ keyring \