From ad530c6ee00cea94a5ece72520202c052d5253e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 5 Apr 2018 11:22:13 +0200 Subject: [PATCH] chg: Update docker file for d3v5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e486de6b..63f7a77b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR lookyloo RUN pip3 install -r requirements.txt RUN pip3 install -e . -RUN wget https://d3js.org/d3.v4.min.js -O lookyloo/static/d3.v4.min.js +RUN wget https://d3js.org/d3.v5.min.js -O lookyloo/static/d3.v5.min.js RUN wget https://cdn.rawgit.com/eligrey/FileSaver.js/5733e40e5af936eb3f48554cf6a8a7075d71d18a/FileSaver.js -O lookyloo/static/FileSaver.js RUN sed -i "s/SPLASH = 'http:\/\/127.0.0.1:8050'/SPLASH = 'http:\/\/splash:8050'/g" lookyloo/__init__.py