Skip to content

Commit db3d356

Browse files
committed
update
1 parent ff6e498 commit db3d356

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

tabula/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ services:
44
image: vimagick/tabula
55
ports:
66
- "9292:9292"
7+
volumes:
8+
- ./data:/root/.tabula
79
restart: unless-stopped

urlwatch/Dockerfile

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Dockerfile for urlwatch
33
#
44

5-
FROM alpine
6-
MAINTAINER kev <[email protected]>
5+
FROM alpine:3
6+
MAINTAINER EasyPi Software Foundation
77

88
RUN set -xe \
99
&& apk add --no-cache ca-certificates \
@@ -14,17 +14,18 @@ RUN set -xe \
1414
libxslt \
1515
libxslt-dev \
1616
openssl-dev \
17+
py3-pip \
1718
python3 \
1819
python3-dev \
19-
&& python3 -m pip install appdirs \
20-
cssselect \
21-
keyring \
22-
lxml \
23-
minidb \
24-
pyyaml \
25-
requests \
26-
chump \
27-
urlwatch \
20+
&& pip3 install appdirs \
21+
cssselect \
22+
keyring \
23+
lxml \
24+
minidb \
25+
pyyaml \
26+
requests \
27+
chump \
28+
urlwatch \
2829
&& apk del build-base \
2930
libffi-dev \
3031
libxml2-dev \

0 commit comments

Comments
 (0)