We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b92d9 commit 4bdc301Copy full SHA for 4bdc301
dea/Dockerfile
@@ -17,6 +17,8 @@ RUN apt-get install -y libglpk40 libglpk-dev
17
18
# Install renv
19
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')"
22
23
# Set the working directory
24
WORKDIR /home/app
0 commit comments