File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -15,19 +15,15 @@ RUN set -xe \
1515 curl \
1616 jq \
1717 libffi-dev \
18- libxml2 \
19- libxml2-dev \
20- libxslt \
21- libxslt-dev \
2218 mosquitto-clients \
2319 openssl-dev \
20+ py3-lxml \
2421 py3-pip \
2522 python3 \
2623 python3-dev \
2724 tzdata \
2825 && pip3 config set global.break-system-packages true \
29- && pip3 install --no-binary lxml \
30- aioxmpp \
26+ && pip3 install --no-binary aioxmpp \
3127 appdirs \
3228 beautifulsoup4 \
3329 chump \
@@ -38,7 +34,6 @@ RUN set -xe \
3834 jsbeautifier \
3935 keyring \
4036 keyrings.alt \
41- lxml \
4237 markdown2 \
4338 matrix_client \
4439 minidb \
@@ -51,8 +46,6 @@ RUN set -xe \
5146 && pip3 install urlwatch==${URLWATCH_VERSION} \
5247 && apk del build-base \
5348 libffi-dev \
54- libxml2-dev \
55- libxslt-dev \
5649 openssl-dev \
5750 python3-dev \
5851 && echo '*/30 * * * * cd /root/.urlwatch && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache cache.db' | crontab -
You can’t perform that action at this time.
0 commit comments