Skip to content

Commit e565774

Browse files
fixed missing packages in dockerfile
1 parent 2ea5080 commit e565774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ RUN conda install -y pip && \
2929
pip install rpy2
3030
ENV LD_LIBRARY_PATH /usr/local/lib/R/lib/:${LD_LIBRARY_PATH}
3131

32-
# install libGLPK
33-
RUN apt-get install libglpk-dev
32+
# install libGLPK, gdal-config, libunits
33+
RUN apt-get install -y libglpk-dev gdal-bin libgdal-dev libudunits2-0 libudunits2-dev
3434

3535
# install R packages
3636
RUN apt-get update -qq && install2.r --error \

0 commit comments

Comments
 (0)