fix ubuntu 2204
This commit is contained in:
parent
f64db635a0
commit
6bfff98949
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ RUN curl -q -L -O https://sourceforge.net/projects/mcmc-jags/files/JAGS/4.x/Sour
|
|||
|
||||
### INSTALL R
|
||||
RUN curl -O "https://devxy-r-builds.s3.eu-central-2.amazonaws.com/2204/r-${R_VERSION}_1_arm64.deb"
|
||||
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && "rm r-${R_VERSION}_1_arm64.deb"
|
||||
RUN gdebi -n -qq "r-${R_VERSION}_1_arm64.deb" && rm "r-${R_VERSION}_1_arm64.deb"
|
||||
RUN R -q -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))'
|
||||
|
||||
# Makevars
|
||||
|
|
|
|||
Loading…
Reference in a new issue