fix s3 download locations
This commit is contained in:
parent
4511f203e4
commit
22960eb7c1
1 changed files with 6 additions and 6 deletions
|
|
@ -37,7 +37,7 @@ RUN apt-get install -y software-properties-common && \
|
|||
apt install -y chromium
|
||||
|
||||
### INSTALL R
|
||||
RUN curl -O "https://devxy-r-builds.s3.fsn1.backblazeb2.com/2204/r-${R_VERSION}_1_$(dpkg --print-architecture).deb"
|
||||
RUN curl -O "https://devxy-r-builds.fsn1.your-objectstorage.com/2204/r-${R_VERSION}_1_$(dpkg --print-architecture).deb"
|
||||
RUN gdebi -n -qq "r-${R_VERSION}_1_$(dpkg --print-architecture).deb" && rm "r-${R_VERSION}_1_$(dpkg --print-architecture).deb"
|
||||
RUN R -q -e 'install.packages("pak", repos = sprintf("https://r-lib.github.io/p/pak/devel/%s/%s/%s", .Platform$pkgType, R.Version()$os, R.Version()$arch))'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue