mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix urlwatch
This commit is contained in:
@@ -6,17 +6,18 @@ FROM alpine:3
|
|||||||
LABEL maintainer="EasyPi Software Foundation"
|
LABEL maintainer="EasyPi Software Foundation"
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache ca-certificates \
|
&& apk add --no-cache ca-certificates \
|
||||||
build-base \
|
build-base \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-dev \
|
libxml2-dev \
|
||||||
libxslt \
|
libxslt \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
py3-pip \
|
py3-cryptography \
|
||||||
python3 \
|
py3-pip \
|
||||||
python3-dev \
|
python3 \
|
||||||
|
python3-dev \
|
||||||
&& pip3 install appdirs \
|
&& pip3 install appdirs \
|
||||||
cssselect \
|
cssselect \
|
||||||
keyring \
|
keyring \
|
||||||
|
|||||||
Reference in New Issue
Block a user