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

verse: Fix latest Dockerfile

parent 5534b849
No related branches found
No related tags found
No related merge requests found
Pipeline #34949 passed
......@@ -145,6 +145,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
## and their dependencies (incl. python3)
&& apt-get -y autoremove \
&& apt-get -y install --no-install-recommends \
'^libmagick\+\+-6.q16-[0-9]+$' \
imagemagick \
## Strip libraries of binary packages installed from PPPM
&& RLS=$(Rscript -e "cat(Sys.getenv('R_LIBS_SITE'))") \
......
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