File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM 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
1616SHELL ["/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
210209WORKDIR /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
216215ENV GISBASE "/usr/local/grass/"
You can’t perform that action at this time.
0 commit comments