EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit d0a5482b authored by Fabian Schindler's avatar Fabian Schindler
Browse files

Fixing version of GDAL to 3.0.4

TPS transform is broken in GDAL >= 3.1
parent a71cd059
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,9 @@
# IN THE SOFTWARE.
#-----------------------------------------------------------------------------
FROM osgeo/gdal:ubuntu-full-latest
# FROM osgeo/gdal:ubuntu-full-latest
FROM osgeo/gdal:ubuntu-full-3.0.4
MAINTAINER EOX
LABEL name="prism view server preprocessor" \
vendor="EOX IT Services GmbH <https://eox.at>" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment