From 5fd027814512a5624de5283fee5e66eefd68fa21 Mon Sep 17 00:00:00 2001 From: Tzanio Kolev Date: Fri, 9 Sep 2022 10:12:55 -0700 Subject: [PATCH] Switch to glvis-js:master --- developer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer/Dockerfile b/developer/Dockerfile index 6f8acc3..bf6d794 100644 --- a/developer/Dockerfile +++ b/developer/Dockerfile @@ -59,7 +59,7 @@ RUN curl -L https://github.com/aaugustin/websockets/archive/refs/tags/10.3.tar.g pip install --user . # GLVis JS -RUN git lfs install && git clone --depth=1 --branch containers https://github.com/GLVis/glvis-js.git +RUN git lfs install && git clone --depth=1 https://github.com/GLVis/glvis-js.git USER root ADD developer/supervisord.conf /etc/supervisord.conf