From 2c4953f11a070cdd49d0b6eb0bd4240103c59672 Mon Sep 17 00:00:00 2001 From: Nicholas Wiltsie Date: Thu, 25 Jul 2024 15:29:45 -0700 Subject: [PATCH] Remove quotes --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3b2b56f..5f01833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}