From 62095064e709ed40b96acf2b30a24e8a9d5548c6 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Wed, 23 Oct 2019 23:11:19 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8d78c86..4d336f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM jupyter/scipy-notebook LABEL Maintainer="Wolfgang Hottgenroth " LABEL ImageName="registry.gitlab.com/wolutator/registry.gitlab.com/wolutator/" -ARG GATEWAY_URL +ENV GATEWAY_URL "" RUN \ pip install influxdb && \