Skip to content

Instantly share code, notes, and snippets.

@martijngastkemper
Created May 21, 2018 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save martijngastkemper/f00ac5b96443492263e566311fe6683f to your computer and use it in GitHub Desktop.
Save martijngastkemper/f00ac5b96443492263e566311fe6683f to your computer and use it in GitHub Desktop.
R-docker
FROM r-base
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libxml2-dev \
libnetcdf-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment