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