Skip to content

Commit

Permalink
Fixes missing ImageMagick dependency of package magick
Browse files Browse the repository at this point in the history
Fixes 27.
  • Loading branch information
hlapp committed Dec 16, 2018
1 parent 26441e2 commit 01db4fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rpopgen/Dockerfile
Expand Up @@ -11,7 +11,9 @@ ARG DEBIAN_FRONTEND=noninteractive
## Some of the R packages depend on package gsl, which requires gsl-dev
## to be installed in order to succeed
RUN apt-get update \
&& apt-get install -y libgsl0-dev
&& apt-get install -y \
libgsl0-dev \
libmagick++-dev

## The nloptr package is needed by lme4, and it itself needs to download the
## NLopt code from http://ab-initio.mit.edu/wiki/index.php/NLopt, which is
Expand Down

0 comments on commit 01db4fc

Please sign in to comment.