From 0606750362d1d748a1fe50b4b607ce76ae90ebec Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Wed, 2 May 2018 21:45:20 +0000 Subject: [PATCH] http_proxy should not be mentioned in Dockerfile: make it a build-arg --- Dockerfile.moth-compile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.moth-compile b/Dockerfile.moth-compile index e00c96b..5680e4f 100644 --- a/Dockerfile.moth-compile +++ b/Dockerfile.moth-compile @@ -1,8 +1,5 @@ FROM alpine -ARG http_proxy -ENV http_proxy=${http_proxy} - RUN apk --no-cache add python3 py3-pillow COPY tools/package-puzzles.py tools/moth.py tools/mistune.py tools/answer_words.txt /moth/