diff --git a/.devcontainer/r-340/Dockerfile b/.devcontainer/r-340/Dockerfile index 103dc96..0a082f1 100644 --- a/.devcontainer/r-340/Dockerfile +++ b/.devcontainer/r-340/Dockerfile @@ -1,7 +1,7 @@ FROM ghcr.io/r-hub/evercran/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 .