Skip to content

Commit

Permalink
docker: Downgrade PDAL to 2.7.1 in ubuntu_wxgui (OSGeo#3946)
Browse files Browse the repository at this point in the history
When building the image, only PROJ 8.2.1 is available, and PDAL 2.7.2 checks for PROJ 9.0+. Reverting until the Dockerfile is modified to include PROJ 9.0+
  • Loading branch information
echoix authored and a0x8o committed Jul 23, 2024
1 parent 438975b commit 3f261b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/ubuntu_wxgui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ ENV DEBIAN_FRONTEND noninteractive
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
ARG PDAL_VERSION=2.4.3
=======
<<<<<<< HEAD
Expand Down Expand Up @@ -367,6 +368,9 @@ ARG PDAL_VERSION=2.7.1
=======
ARG PDAL_VERSION=2.7.2
>>>>>>> 9e87f51dd7 (CI(deps): Update dependency PDAL/PDAL to v2.7.2 (#3937))
=======
ARG PDAL_VERSION=2.7.1
>>>>>>> 7a1c8d97ba (docker: Downgrade PDAL to 2.7.1 in ubuntu_wxgui (#3946))

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit 3f261b4

Please sign in to comment.