Skip to content

Commit

Permalink
R-4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
davetang committed Mar 15, 2024
1 parent e88a09f commit 35ec7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rocker/rstudio:4.3.2
FROM rocker/rstudio:4.3.3

LABEL source="https://github.com/davetang/learning_docker/blob/main/rstudio/Dockerfile"

Expand Down Expand Up @@ -26,7 +26,7 @@ RUN apt-get clean all && \
apt-get purge && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN Rscript -e "install.packages(c('rmarkdown', 'tidyverse', 'workflowr', 'BiocManager', 'quarto'));"
RUN Rscript -e "install.packages(c('rmarkdown', 'tidyverse', 'tidymodels', 'workflowr', 'BiocManager', 'quarto'));"
RUN Rscript -e "BiocManager::install(version = '${bioc_ver}')"

# the rstudio/ path is set for building with GitHub Actions
Expand Down

0 comments on commit 35ec7bf

Please sign in to comment.