Skip to content

Commit

Permalink
fix(docker): unexpected symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
fxi committed Feb 21, 2025
1 parent d278a4d commit 0c2bdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ options(Ncpus = as.numeric(system("nproc --all", intern=TRUE))); \
options(repos = rep)' > .Rprofile

# Install R packages with error handling
RUN Rscript -e 'install.packages("pak"); if (!require("pak")) quit(status=1) \
RUN Rscript -e 'install.packages("pak"); if (!require("pak")) quit(status=1); \
tryCatch({ \
pak::pkg_install(c( \
"shiny", \
Expand Down

0 comments on commit 0c2bdd5

Please # to comment.