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 \