Skip to content
Snippets Groups Projects
Unverified Commit a23c22f6 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

Dockerfile: switch to R:4.0.2 base img

parent 4fecd2e7
No related branches found
No related tags found
No related merge requests found
FROM lbmc/r-base:4.0.0 FROM lbmc/r-base:4.0.2
## copy files ## copy files
COPY ./criblejurkat_1.2.0.tar.gz ./ COPY ./criblejurkat_1.2.0.tar.gz ./
RUN apk add openssl bash R-doc file \ RUN apk add openssl bash \
&& Rscript -e "\ && Rscript -e "\
options(repos=structure(c(CRAN=\"http://cloud.r-project.org\"))); \ options(repos=structure(c(CRAN=\"http://cloud.r-project.org\"))); \
install.packages(c(\"nlme\", \"Matrix\")); \ install.packages(c(\"nlme\", \"Matrix\")); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment