We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5080 commit e565774Copy full SHA for e565774
Dockerfile
@@ -29,8 +29,8 @@ RUN conda install -y pip && \
29
pip install rpy2
30
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib/:${LD_LIBRARY_PATH}
31
32
-# install libGLPK
33
-RUN apt-get install libglpk-dev
+# install libGLPK, gdal-config, libunits
+RUN apt-get install -y libglpk-dev gdal-bin libgdal-dev libudunits2-0 libudunits2-dev
34
35
# install R packages
36
RUN apt-get update -qq && install2.r --error \
0 commit comments