Skip to content

Commit 4bdc301

Browse files
authored
Update Dockerfile
1 parent e3b92d9 commit 4bdc301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dea/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ 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')"
2022

2123
# Set the working directory
2224
WORKDIR /home/app

0 commit comments

Comments
 (0)