Skip to content

Commit

Permalink
Add libgdal-dev dependency to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rafael1193 committed Jun 15, 2018
1 parent 8dffde5 commit 18bc711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM abitmonn/windninja-cli:latest

# install SAOP dependencies
RUN apt-get update && apt-get install -y gdb python3 cython3 python3-gdal python3-setuptools python3-affine\
python3-tz python3-pandas python3-matplotlib python3-pip ffmpeg clang libboost-all-dev
python3-tz python3-pandas python3-matplotlib python3-pip ffmpeg clang libboost-all-dev libgdal-dev

RUN pip3 install pybind11==2.2.1
RUN pip3 install joblib
Expand Down

0 comments on commit 18bc711

Please sign in to comment.