Skip to content

Commit

Permalink
Merge pull request #17 from espm-157/main
Browse files Browse the repository at this point in the history
docker image
  • Loading branch information
cboettig authored Nov 27, 2023
2 parents 7932763 + eb0dc59 commit 9479ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/c1a472465532c
RUN bash install_python.sh && rm install_python.sh


RUN apt-get update && apt-get -y install libxt6
RUN apt-get update && apt-get -y install libxt6 libzmq3-dev
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/master/scripts/experimental/install_dev_osgeo.sh install_dev_osgeo.sh
RUN bash install_dev_osgeo.sh && rm install_dev_osgeo.sh

Expand Down

0 comments on commit 9479ece

Please sign in to comment.