From 353d38c6e7f29b8185aa9006d6d1226fab390393 Mon Sep 17 00:00:00 2001 From: Genuchten Date: Fri, 1 Dec 2023 14:01:00 +0100 Subject: [PATCH] parquet driver is included in gdal-full + enable GDAL_USE_ARROW --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaaf98c5..a4a58016 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/osgeo/gdal:ubuntu-small-3.7.3 as gdal +FROM ghcr.io/osgeo/gdal:ubuntu-full-3.7.3 as gdal FROM gdal as builder LABEL maintainer Camptocamp "info@camptocamp.com" @@ -61,6 +61,7 @@ RUN if test "${WITH_ORACLE}" = "ON"; then \ -DWITH_RSVG=1 \ -DUSE_PROJ=1 \ -DUSE_WFS_SVR=1 \ + -DGDAL_USE_ARROW=1 \ -DUSE_OGCAPI_SVR=1 \ -DWITH_ORACLESPATIAL=${WITH_ORACLE}