Skip to content

Commit

Permalink
no longer need COPY
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Dec 18, 2023
1 parent 8b66be7 commit 519e5b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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") |> \
Expand Down

0 comments on commit 519e5b5

Please sign in to comment.