diff --git a/.devcontainer/r-340/Dockerfile b/.devcontainer/r-340/Dockerfile index ee30d8f..057b033 100644 --- a/.devcontainer/r-340/Dockerfile +++ b/.devcontainer/r-340/Dockerfile @@ -1,7 +1,7 @@ FROM r-base:3.4.0 -RUN apt-get -qq update && \ - apt-get install -y --no-install-recommends git +# RUN apt-get -qq update && \ +# apt-get install -y --no-install-recommends git COPY DESCRIPTION .