Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -20,8 +20,8 @@ RUN install2.r --error \
|
|
20 |
RUN installGithub.r \
|
21 |
rstudio/bslib \
|
22 |
rstudio/httpuv \
|
23 |
-
&& R -e "install.packages('
|
24 |
-
&& R -e "
|
25 |
|
26 |
|
27 |
|
|
|
20 |
RUN installGithub.r \
|
21 |
rstudio/bslib \
|
22 |
rstudio/httpuv \
|
23 |
+
&& R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
|
24 |
+
&& R -e "devtools::install_github('ekmaloney/openalexR')"
|
25 |
|
26 |
|
27 |
|