From 06ce7b5ae9fa41c2bb505512e86bdfb6c1a5ce90 Mon Sep 17 00:00:00 2001 From: Pierre Donat-Bouillud Date: Wed, 22 Jan 2025 22:47:04 -0500 Subject: [PATCH] Add back the build R script in the Dockerfile --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 205ae331..2d06c086 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -72,4 +72,4 @@ RUN curl -fsSL -o /opt/llvm.sh https://apt.llvm.org/llvm.sh \ # Install R COPY ./build-gnur-in-docker.sh /workspace/tools/build-gnur-in-docker.sh RUN mkdir -p /workspace/external/R -#RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R \ No newline at end of file +RUN cd /workspace/external ; bash ../tools/build-gnur-in-docker.sh R \ No newline at end of file