Ifeanyi commited on
Commit
a1df1d6
·
verified ·
1 Parent(s): 8e056a0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 . .