From 0e2f65523644e090e36e36dc684f30151961f5f6 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 21 Oct 2024 21:29:52 -0700 Subject: [PATCH] git installs cleanly too --- .devcontainer/r-340/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .