Skip to content

Commit

Permalink
close quotes properly
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Aug 2, 2024
1 parent d81f48a commit e9c91c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ FROM docker.io/rocker/rstudio:4.4.1

RUN Rscript -e "if (Sys.getenv('ARCH')=='arm64') {options('repos'=c(RHUB='https://raw.githubusercontent.com/r-hub/repos/main/ubuntu-22.04-aarch64/4.4', \
CRAN='https://cloud.r-project.org'))} else { \
options('repos'='https://p3m.dev/cran/__linux__/jammy/latest')
options('repos'='https://p3m.dev/cran/__linux__/jammy/latest')}"

COPY --from=build /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages
COPY --from=build /database_drivers /database_drivers
COPY --from=build /usr/local/lib/R/site-library /usr/local/lib/R/site-library
Expand Down

0 comments on commit e9c91c5

Please sign in to comment.