Skip to content

Commit

Permalink
fix qutoes character in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jul 30, 2024
1 parent 4e2b511 commit 16c46bb
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 @@ -27,8 +27,8 @@ RUN apt-get -y update && apt-get install -y \
RUN R CMD javareconf


RUN Rscript -e "install.packages("pak", \
repos = sprintf("https://r-lib.github.io/p/pak/stable/%s/%s/%s", \
RUN Rscript -e "install.packages('pak', \
repos = sprintf('https://r-lib.github.io/p/pak/stable/%s/%s/%s', \
.Platform$pkgType, R.Version()$os, R.Version()$arch))"

RUN Rscript -e "options('repos'=c(RHUB='https://raw.githubusercontent.com/r-hub/repos/main/ubuntu-22.04-aarch64/4.4', \
Expand Down

0 comments on commit 16c46bb

Please sign in to comment.