From a2881808627ee85e748738dd0fc9cd5bd5e5cf0c Mon Sep 17 00:00:00 2001 From: Diamond Bryant Date: Mon, 5 Feb 2024 11:50:49 -0500 Subject: [PATCH] Remove the pre-install R packages --- rstudio/c9s-python-3.9/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/rstudio/c9s-python-3.9/Dockerfile b/rstudio/c9s-python-3.9/Dockerfile index 0f2fba0ae..b6fd3a236 100644 --- a/rstudio/c9s-python-3.9/Dockerfile +++ b/rstudio/c9s-python-3.9/Dockerfile @@ -48,7 +48,6 @@ COPY rsession.conf /etc/rstudio/rsession.conf # package installation RUN dnf install -y libsodium-devel.x86_64 libgit2-devel.x86_64 libcurl-devel harfbuzz-devel.x86_64 fribidi-devel.x86_64 cmake "flexiblas-*" RUN R -e "install.packages('Rcpp')" -RUN R -e 'install.packages(c("tidyverse", "tidymodels", "plumber", "vetiver", "devtools"))' # Install NGINX to proxy RStudio and pass probes check ENV NGINX_VERSION=1.22 \