chore(docker): add gdal-tools to runner for real GeoPackage export

This commit is contained in:
AI Assistant
2026-03-06 07:06:37 +02:00
parent 09a24233bb
commit 86edbdf44e
+3
View File
@@ -29,6 +29,9 @@ WORKDIR /app
ENV NODE_ENV=production ENV NODE_ENV=production
# GDAL/ogr2ogr for real GeoPackage export (parcel-sync module)
RUN apk add --no-cache gdal gdal-tools
RUN addgroup --system --gid 1001 nodejs RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs RUN adduser --system --uid 1001 nextjs