File tree Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Expand file tree Collapse file tree 2 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ services:
4
4
image : vimagick/tabula
5
5
ports :
6
6
- " 9292:9292"
7
+ volumes :
8
+ - ./data:/root/.tabula
7
9
restart : unless-stopped
Original file line number Diff line number Diff line change 2
2
# Dockerfile for urlwatch
3
3
#
4
4
5
- FROM alpine
6
- MAINTAINER kev <[email protected] >
5
+ FROM alpine:3
6
+ MAINTAINER EasyPi Software Foundation
7
7
8
8
RUN set -xe \
9
9
&& apk add --no-cache ca-certificates \
@@ -14,17 +14,18 @@ RUN set -xe \
14
14
libxslt \
15
15
libxslt-dev \
16
16
openssl-dev \
17
+ py3-pip \
17
18
python3 \
18
19
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 \
28
29
&& apk del build-base \
29
30
libffi-dev \
30
31
libxml2-dev \
You can’t perform that action at this time.
0 commit comments