Skip to content

Commit 50c0652

Browse files
authored
Update Dockerfile
1 parent cc00853 commit 50c0652

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dea/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ RUN R -e 'install.packages("stringi", repos="https://packagemanager.rstudio.com/
4444
RUN R -e 'install.packages("stringr", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
4545
RUN R -e 'install.packages("tidytree", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2024-04-20")'
4646

47-
RUN R -e 'install.packages("devtools")'
48-
RUN R -e 'remotes::install_github("YuLab-SMU/ggtree")'
49-
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
50-
RUN R -e 'remotes::install_github("ChristophH/gplots")'
51-
5247
RUN R -e 'install.packages("BiocManager")'
5348
RUN R -e 'BiocManager::install("scuttle")'
5449
RUN R -e 'BiocManager::install("BiocSingular")'
5550
RUN R -e 'BiocManager::install("MAST")'
51+
52+
RUN R -e 'install.packages("devtools")'
53+
RUN R -e 'remotes::install_github("YuLab-SMU/ggtree")'
54+
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
55+
RUN R -e 'remotes::install_github("ChristophH/gplots")'
5656

5757
# Set the working directory
5858
WORKDIR /home/app

0 commit comments

Comments
 (0)