Skip to content

Commit eb87e79

Browse files
committed
docker: update to Debian 12 and PDAL 2.5.5 (#3062)
Needed update after new Debian 12 stable release. Also update PDAL to v2.5.5.
1 parent 636f84d commit eb87e79

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docker/debian/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:stable
2-
# currently Debian 11
2+
# currently Debian 12
33

44
# docker run -it --rm debian:stable bash
55
# apt-get update && apt-get install lsb-release -y && lsb_release -a
@@ -11,7 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
1111

1212
# define versions to be used (PDAL is not available on Debian, so we compile it here)
1313
# https://github.com/PDAL/PDAL/releases
14-
ARG PDAL_VERSION=2.4.3
14+
ARG PDAL_VERSION=2.5.5
1515

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

@@ -43,7 +43,6 @@ RUN apt-get update && apt-get upgrade -y && \
4343
libjsoncpp-dev \
4444
libnetcdf-dev \
4545
libncurses5-dev \
46-
libopenblas-base \
4746
libopenblas-dev \
4847
libopenjp2-7 \
4948
libopenjp2-7-dev \
@@ -210,7 +209,7 @@ RUN rm -r /src/grass_build/.git
210209
WORKDIR /scripts
211210

212211
# install external GRASS GIS session Python API
213-
RUN pip3 install grass-session
212+
RUN pip3 install grass-session --break-system-packages
214213

215214
# add GRASS GIS envs for python usage
216215
ENV GISBASE "/usr/local/grass/"

0 commit comments

Comments
 (0)