Skip to content

Commit

Permalink
docker: update to Debian 12 and PDAL 2.5.5 (#3062)
Browse files Browse the repository at this point in the history
Needed update after new Debian 12 stable release.
Also update PDAL to v2.5.5.
  • Loading branch information
neteler committed Jun 24, 2023
1 parent 0fe1712 commit 1ebdc73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docker/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM debian:stable
# currently Debian 11
# currently Debian 12

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

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

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

Expand Down Expand Up @@ -43,7 +43,6 @@ RUN apt-get update && apt-get upgrade -y && \
libjsoncpp-dev \
libnetcdf-dev \
libncurses5-dev \
libopenblas-base \
libopenblas-dev \
libopenjp2-7 \
libopenjp2-7-dev \
Expand Down Expand Up @@ -209,7 +208,7 @@ RUN rm -r /src/grass_build/.git
WORKDIR /scripts

# install external GRASS GIS session Python API
RUN pip3 install grass-session
RUN pip3 install grass-session --break-system-packages

# add GRASS GIS envs for python usage
ENV GISBASE "/usr/local/grass/"
Expand Down

0 comments on commit 1ebdc73

Please sign in to comment.