Skip to content

Commit 65569ef

Browse files
Update Dockerfile-packages
1 parent 1f16809 commit 65569ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ RUN R -e "install.packages('RCurl', lib='/usr/local/lib/R/site-library', repos='
181181
R -e "install.packages('repr', lib='/usr/local/lib/R/site-library', repos='http://cran.rstudio.com/')" && \
182182
R -e "install.packages('base64enc', lib='/usr/local/lib/R/site-library', repos='http://cran.rstudio.com/')" && \
183183
R -e "install.packages('evaluate', lib='/usr/local/lib/R/site-library', repos='http://cran.rstudio.com/')" && \
184-
R -e "install.packages('uuid', lib='/usr/local/lib/R/site-library', repos='http://cran.rstudio.com/')" && \
184+
R -e "install.packages('uuid', lib='/usr/local/lib/R/site-library', repos='http://cran.rstudio.com/')"
185185
RUN R -e "install.packages(c('rzmq', 'IRdisplay', 'IRkernel', 'crayon', 'pbdZMQ'), repos='https://github.com/IRkernel/IRkernel', type='source')" && \
186186
R -e "devtools::install_github('IRkernel/IRkernel')" && \
187187
R -e "IRkernel::installspec(user=FALSE)"

0 commit comments

Comments
 (0)