Skip to content
Snippets Groups Projects

Resolve "release v2.3.0"

Merged Ghost User requested to merge release_v2.3.0 into master
2 files
+ 6
6
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -53,10 +53,10 @@ FROM base AS mlair
# install geo packages
RUN zypper --no-gpg-checks addrepo https://download.opensuse.org/repositories/Application:Geo/15.4/Application:Geo.repo
RUN zypper --no-gpg-checks refresh
RUN zypper --no-gpg-checks --non-interactive install proj=8.2.1
RUN zypper --no-gpg-checks --non-interactive install geos=3.10.3
RUN zypper --no-gpg-checks --non-interactive install proj=9.1.0
RUN zypper --no-gpg-checks --non-interactive install geos=3.11.1
RUN zypper --no-gpg-checks --non-interactive install geos-devel=3.9.1
RUN zypper --no-gpg-checks --non-interactive install libproj22=8.2.1
# RUN zypper --no-gpg-checks --non-interactive install libproj22=8.2.1
RUN zypper --no-gpg-checks --non-interactive install binutils libproj-devel gdal-devel
# install requirements
Loading