mirror of https://github.com/dirtbags/moth.git
http_proxy should not be mentioned in Dockerfile: make it a build-arg
This commit is contained in:
parent
7480e2d475
commit
0606750362
|
@ -1,8 +1,5 @@
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
ARG http_proxy
|
|
||||||
ENV http_proxy=${http_proxy}
|
|
||||||
|
|
||||||
RUN apk --no-cache add python3 py3-pillow
|
RUN apk --no-cache add python3 py3-pillow
|
||||||
|
|
||||||
COPY tools/package-puzzles.py tools/moth.py tools/mistune.py tools/answer_words.txt /moth/
|
COPY tools/package-puzzles.py tools/moth.py tools/mistune.py tools/answer_words.txt /moth/
|
||||||
|
|
Loading…
Reference in New Issue