Created
May 21, 2018 10:16
-
-
Save martijngastkemper/f00ac5b96443492263e566311fe6683f to your computer and use it in GitHub Desktop.
R-docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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