You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-08 22:27:53 +02:00
fix urlwatch
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user