Skip to content

Commit

Permalink
Adding Preinstall packages on R Studio workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
dibryant committed Jan 23, 2024
1 parent c17b856 commit 396d384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rstudio/c9s-python-3.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ COPY rsession.conf /etc/rstudio/rsession.conf

# package installation
RUN dnf install -y libsodium-devel.x86_64 && dnf install -y libgit2-devel.x86_64 && dnf install -y libcurl-devel && dnf install -y cmake && dnf install -y flexiblas-*
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 \
Expand Down

0 comments on commit 396d384

Please sign in to comment.