Skip to content

Commit 0e5a3bd

Browse files
committed
update docker files.
1 parent f6d1de2 commit 0e5a3bd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile-buildhtml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
FROM alpine:3.12
2-
32
ARG GITHUB_TOKEN=""
43

54
RUN apk add bash python3 git expect py3-pip g++ libc-dev python3-dev linux-headers
65
RUN pip3 install html5lib
76
RUN pip3 install Brotli
87
RUN pip3 install psutil
98
RUN pip3 install dataclasses-json
9+
RUN pip3 install Jinja2
1010

1111
WORKDIR /
1212

13-
COPY build_cats.py /
14-
COPY dcachebase.py /
13+
COPY *.py /
1514
COPY dcache.py /
1615
ADD scrapscrap /
1716
COPY scrapscrap /scrapscrap
1817

1918
COPY build/build-html-in-docker.sh /
2019
COPY build/ex /
2120

22-
COPY description_cache.json /
21+
COPY *.json /
22+
COPY *.template /
23+
COPY flag_list.txt /
2324

2425
CMD GITHUB_TOKEN=${GITHUB_TOKEN} ./build-html-in-docker.sh

Dockerfile-geoip

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk add bash python3 git expect py3-pip
66
RUN pip3 install python-geoip
77
RUN pip3 install python-geoip-geolite2
88
RUN pip3 install maxminddb
9-
RUN pip3 install maxminddb-geolite2K
9+
RUN pip3 install maxminddb-geolite2
1010
RUN pip3 install dataclasses-json
1111

1212

0 commit comments

Comments
 (0)