Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -30,6 +30,7 @@ RUN installGithub.r \
|
|
30 |
rstudio/bslib \
|
31 |
rstudio/httpuv \
|
32 |
&& R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
|
|
|
33 |
&& R -e "devtools::install_github('Ifeanyi55/SpotifyNetwork')"
|
34 |
|
35 |
COPY . .
|
|
|
30 |
rstudio/bslib \
|
31 |
rstudio/httpuv \
|
32 |
&& R -e "install.packages('devtools', repos='http://cran.rstudio.com/')" \
|
33 |
+
&& R -e "install.packages('spotifyr', repos='http://cran.rstudio.com/')" \
|
34 |
&& R -e "devtools::install_github('Ifeanyi55/SpotifyNetwork')"
|
35 |
|
36 |
COPY . .
|