Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
nlopt does not get built automatically by the installation of nloptr for
some reason. So we install nlopt for ubuntu before running packrat. Also,
a recent version of R is needed for the rgdal version in packrat.lock to
install, so we add tag 3.4.3 to the r-base starting image.
  • Loading branch information
e3bo committed Feb 23, 2018
1 parent c3ef13b commit e490787
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eric-figs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM r-base
FROM r-base:3.4.3
MAINTAINER Eamon O'Dea <[last name without apostrophe]35@gmail.com>
RUN apt-get update && apt-get install -y -q --no-install-recommends \
libcurl4-openssl-dev \
libgdal-dev \
libnlopt-dev \
libproj-dev \
libpng-dev \
libpoppler-cpp-dev \
Expand Down

0 comments on commit e490787

Please sign in to comment.