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