summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorpelag0s <maze@solvingmaz.es>2019-01-14 09:24:57 +0100
committerpelag0s <maze@solvingmaz.es>2019-01-14 09:24:57 +0100
commit2061c59ca1f857ae9b9744c2b873c09f18eae7a6 (patch)
treec80a1dbe869e02a0e520c3bcda6729d97a87429e /Dockerfile
parentc1af891707a62228fd6fe5a6f3a9961a360a5173 (diff)
downloadsearxng-2061c59ca1f857ae9b9744c2b873c09f18eae7a6.tar.gz
searxng-2061c59ca1f857ae9b9744c2b873c09f18eae7a6.zip
Define http proxy variables in Dockerfile before using them
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 51ecf9bd3..95e21813f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.8
LABEL maintainer="searx <https://github.com/asciimoo/searx>"
LABEL description="A privacy-respecting, hackable metasearch engine."
-ENV BASE_URL=False IMAGE_PROXY=False
+ENV BASE_URL=False IMAGE_PROXY=False HTTP_PROXY_URL= HTTPS_PROXY_URL=
EXPOSE 8888
WORKDIR /usr/local/searx
CMD ["/sbin/tini","--","/usr/local/searx/run.sh"]