Skip to content

Commit ca67795

Browse files
authored
Update Dockerfile
1 parent 4bdc301 commit ca67795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dea/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ RUN apt-get install -y libglpk40 libglpk-dev
1717

1818
# Install renv
1919
RUN R -e "install.packages('renv', repos='https://cloud.r-project.org')"
20-
21-
RUN R -e "install.packages('gitcreds', repos = 'https://cloud.r-project.org')"
2220

2321
# Set the working directory
2422
WORKDIR /home/app
@@ -31,6 +29,8 @@ ENV RENV_DOWNLOAD_METHOD=libcurl
3129
# Restore the environment exactly
3230
RUN R -e "renv::restore()"
3331

32+
RUN R -e 'devtools::install_github("XiaoLuo-boy/ggheatmap")'
33+
3434
# Expose the port
3535
EXPOSE 3838
3636

0 commit comments

Comments
 (0)