Skip to content

Commit

Permalink
Dockerfiles rstudio/vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Dec 19, 2024
1 parent 5f98a40 commit 249c490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion development/rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN uv pip install --system pip
##
ENV RETICULATE_PYTHON="/usr/bin/python3"
RUN Rscript -e "install.packages(c('curl', 'openssl', 'remotes', 'httr'), clean = TRUE)"
RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'rcpp', 'reticulate'), clean = TRUE)"
RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'Rcpp', 'reticulate'), clean = TRUE)"
RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'markdown', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'), clean = TRUE)"

##
Expand Down
2 changes: 1 addition & 1 deletion development/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN uv pip install --system pip
##
ENV RETICULATE_PYTHON="/usr/bin/python3"
RUN Rscript -e "install.packages(c('curl', 'openssl', 'remotes', 'httr'), clean = TRUE)"
RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'rcpp', 'reticulate'), clean = TRUE)"
RUN Rscript -e "install.packages(c('jsonlite', 'yaml', 'zip', 'data.table', 'Rcpp', 'reticulate'), clean = TRUE)"
RUN Rscript -e "install.packages(c('shiny', 'knitr', 'htmltools', 'markdown', 'rmarkdown', 'shinydashboard', 'flexdashboard', 'bslib', 'fontawesome', 'sass', 'farver', 'DT'), clean = TRUE)"

##
Expand Down

0 comments on commit 249c490

Please sign in to comment.