Skip to content

Commit

Permalink
Update Dockerfile adding packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyunie authored Nov 23, 2023
1 parent 0394590 commit b7861b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM rocker/tidyverse:4.3.2

RUN Rscript -e "remotes::install_version('here', '1.0.1')" &&\
Rscript -e "remotes::install_version('markdown', '1.11')"
RUN Rscript -e "remotes::install_version('here', '1.0.1', upgrade='always')" &&\
Rscript -e "remotes::install_version('Hmisc', '5.1.1', upgrade='always')" &&\
Rscript -e "remotes::install_version('markdown', '1.11', upgrade='always')"

0 comments on commit b7861b5

Please sign in to comment.