Skip to content

Commit 872e59a

Browse files
authored
Update Dockerfile
1 parent 0925512 commit 872e59a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

dea/Dockerfile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,16 @@ RUN R -e 'install.packages("shinythemes", repos="https://packagemanager.rstudio.
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")'
4545

46+
RUN R -e 'install.packages("devtools")'
47+
RUN R -e 'remotes::install_github("YuLab-SMU/ggtree")'
48+
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
49+
RUN R -e 'remotes::install_github("ChristophH/gplots")'
50+
4651
RUN R -e 'install.packages("BiocManager")'
4752
RUN R -e 'BiocManager::install("scuttle")'
4853
RUN R -e 'BiocManager::install("BiocSingular")'
4954
RUN R -e 'BiocManager::install("MAST")'
50-
RUN R -e 'BiocManager::install(version = "3.2")'
51-
RUN R -e 'BiocManager::install("ggtree")'
52-
53-
RUN R -e 'install.packages("devtools")'
54-
RUN R -e 'remotes::install_github("ChristophH/gplots")'
55-
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
56-
55+
5756
# Set the working directory
5857
WORKDIR /home/app
5958

0 commit comments

Comments
 (0)