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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +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 "remotes::install_github('Ifeanyi55/SpotifyNetwork')"
34
 
35
  COPY . .
36
 
 
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 . .
36