mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -4,4 +4,6 @@ services:
|
|||||||
image: vimagick/tabula
|
image: vimagick/tabula
|
||||||
ports:
|
ports:
|
||||||
- "9292:9292"
|
- "9292:9292"
|
||||||
|
volumes:
|
||||||
|
- ./data:/root/.tabula
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
# Dockerfile for urlwatch
|
# Dockerfile for urlwatch
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine:3
|
||||||
MAINTAINER kev <noreply@easypi.pro>
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache ca-certificates \
|
&& apk add --no-cache ca-certificates \
|
||||||
@@ -14,9 +14,10 @@ RUN set -xe \
|
|||||||
libxslt \
|
libxslt \
|
||||||
libxslt-dev \
|
libxslt-dev \
|
||||||
openssl-dev \
|
openssl-dev \
|
||||||
|
py3-pip \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
&& python3 -m pip install appdirs \
|
&& pip3 install appdirs \
|
||||||
cssselect \
|
cssselect \
|
||||||
keyring \
|
keyring \
|
||||||
lxml \
|
lxml \
|
||||||
|
|||||||
Reference in New Issue
Block a user