Skip to content

Commit

Permalink
Remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Jul 25, 2024
1 parent 7a48523 commit 2c4953f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ COPY docker/install-stablelift.R /tmp

RUN Rscript /tmp/install-stablelift.R
RUN cp -r \
"/tmp/stablelift/renv/library/R-4.3/*" \
"/tmp/library-to-copy"
/tmp/stablelift/renv/library/R-4.3/* \
/tmp/library-to-copy

FROM rocker/r-ver:${R_VERSION}

Expand Down

0 comments on commit 2c4953f

Please sign in to comment.