From 519e5b57926d9e27cb3ee550a8f9fecd35780249 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sun, 17 Dec 2023 19:18:41 -0800 Subject: [PATCH] no longer need COPY --- .devcontainer/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b3320a095..5cdb1fe25 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -4,8 +4,6 @@ RUN apt-get -qq update \ && apt-get install -y --no-install-recommends \ git libxml2-dev -COPY ../DESCRIPTION . - # NB: patrick also pulls in testthat and pkgload RUN Rscript -e ' \ read.dcf("DESCRIPTION", "Imports") |> \