chore(docker): add gdal-tools to runner for real GeoPackage export
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user