Skip to content

Commit

Permalink
Adds development versions of add-on system libraries
Browse files Browse the repository at this point in the history
These are apparently needed by one or more of the apex, ade4, and
adegenet packages (more specifically, one or more of their dependencies).
  • Loading branch information
hlapp committed Mar 16, 2019
1 parent dc7e4ef commit 5e3adb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Rpopgen/Dockerfile
Expand Up @@ -13,7 +13,10 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y \
libgsl0-dev \
libmagick++-dev
libmagick++-dev \
libudunits2-dev \
gdal-bin \
libgdal-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 5e3adb3

Please sign in to comment.