Skip to content
Snippets Groups Projects
Unverified Commit 6f8bcf31 authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Fixing lite.render.js download.

parent 389149e9
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ RUN curl -o openccg-0.9.5.tgz https://datapacket.dl.sourceforge.net/project/open
# Download viz.js
&& mkdir -p /app/webopenccg/static \
&& curl -L -o /app/webopenccg/static/viz.js https://github.com/mdaines/viz.js/releases/download/v2.0.0/viz.js \
&& curl -L -o /app/webopenccg/static/viz.js https://github.com/mdaines/viz.js/releases/download/v2.0.0/lite.render.js \
&& curl -L -o /app/webopenccg/static/lite.render.js https://github.com/mdaines/viz.js/releases/download/v2.0.0/lite.render.js \
# Install libraries etc.
&& apt-get update \
&& apt-get install -y python3 python3-pip graphviz libgraphviz-dev python-tk \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment