Skip to content

Commit cc00853

Browse files
authored
Update Dockerfile
1 parent 872e59a commit cc00853

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dea/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN R -e 'install.packages("shinyjs", repos="https://packagemanager.rstudio.com/
4242
RUN R -e 'install.packages("shinythemes", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
4343
RUN R -e 'install.packages("stringi", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
4444
RUN R -e 'install.packages("stringr", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
45+
RUN R -e 'install.packages("tidytree", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2024-04-20")'
4546

4647
RUN R -e 'install.packages("devtools")'
4748
RUN R -e 'remotes::install_github("YuLab-SMU/ggtree")'

0 commit comments

Comments
 (0)