Skip to content
Snippets Groups Projects
Verified Commit c3febf62 authored by Olivier Benz's avatar Olivier Benz
Browse files

base: Update latest Dockerfile

parent 5fb6d41f
No related branches found
No related tags found
No related merge requests found
......@@ -423,6 +423,7 @@ RUN apt-get update \
&& install2.r --error --deps TRUE --skipinstalled -n $NCPUS \
IRkernel \
languageserver \
httpgd \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment