diff --git a/Dockerfile b/Dockerfile index 30d1cf3..c28c52b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM rocker/r-ubuntu:24.04 +FROM rocker/r2u:latest -ADD Rprofile.site /usr/lib/R/etc/Rprofile.site +#ADD Rprofile.site /usr/lib/R/etc/Rprofile.site RUN apt-get update \ && apt-get upgrade -y