Skip to content

Commit

Permalink
Add gdal-devel as image dnf dep for ARM support.
Browse files Browse the repository at this point in the history
Add gdal-devel as image package dependency to ensure proper ARM support,
needed due to an issue with fiona and libgdal on ARM.
  • Loading branch information
robertbartel committed Jan 24, 2024
1 parent c758ba5 commit 59ff764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/main/ngen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ARG ROCKY_BASE_REQUIRED="sudo openssh openssh-server bash git which"

ARG ROCKY_NGEN_DEPS_REQUIRED="sudo gcc gcc-c++ make cmake tar git gcc-gfortran libgfortran \
python3 python3-devel python3-pip \
bzip2 expat expat-devel flex bison udunits2 udunits2-devel zlib-devel sqlite-devel sqlite-libs"
bzip2 expat expat-devel flex bison udunits2 udunits2-devel zlib-devel sqlite-devel sqlite-libs gdal-devel"
# TODO: removed texinfo from list because it couldn't be found; make sure this doesn't lead to issues

ARG BOOST_VERSION=1.82.0
Expand Down

0 comments on commit 59ff764

Please sign in to comment.