Ifeanyi commited on
Commit
cd87b80
·
1 Parent(s): 41f0317

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -26,6 +26,9 @@ RUN R -e "devtools::install_github('ekmaloney/openalexR')"
26
  RUN installGithub.r \
27
  rstudio/bslib \
28
  rstudio/httpuv \
 
 
 
29
 
30
 
31
 
 
26
  RUN installGithub.r \
27
  rstudio/bslib \
28
  rstudio/httpuv \
29
+ && R -e "install.packages('remotes', repos='http://cran.rstudio.com/')" \
30
+ && R -e "remotes::install_github('github_username/github_repo')"
31
+
32
 
33
 
34