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

base: Keep package libtiff-dev

- Required for R package httpgd
parent f6628377
No related branches found
No related tags found
No related merge requests found
......@@ -418,11 +418,8 @@ RUN apt-get update \
languageserver \
httpgd \
&& Rscript -e "IRkernel::installspec(user = FALSE, displayname = paste('R', Sys.getenv('R_VERSION')))" \
## Get rid of libcairo2-dev
## Get rid of libcairo2-dev and its dependencies (incl. python3)
&& apt-get -y purge libcairo2-dev \
## Get rid of libtiff-dev
&& apt-get -y purge libtiff-dev \
## and their dependencies (incl. python3)
&& apt-get -y autoremove \
## IRkernel: Enable 'image/svg+xml' instead of 'image/png' for plot display
## IRkernel: Enable 'application/pdf' for PDF conversion
......
......@@ -27,7 +27,7 @@ RUN apt-get update \
libsasl2-dev \
libsqlite3-dev \
libssh2-1-dev \
libtiff-dev \
#libtiff-dev \
libxtst6 \
unixodbc-dev \
&& install2.r --error --skipinstalled -n $NCPUS BiocManager \
......
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