Skip to content

Commit 98a4b6d

Browse files
committed
chore: testing
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 0505da2 commit 98a4b6d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

postgis/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ COPY --from=builder \
6161
/usr/lib/postgresql/${PG_MAJOR}/lib/postgis* \
6262
/lib/
6363

64-
COPY --from=builder /usr/lib/postgresql/18/lib/bitcode/ /lib/bitcode/
64+
COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/ /lib/bitcode/
6565

6666
# Share
6767
COPY --from=builder \
@@ -74,4 +74,8 @@ COPY --from=builder /usr/share/postgresql/${PG_MAJOR}/contrib/postgis* /share/co
7474
# System libs
7575
COPY --from=builder /system /system/
7676

77+
# Geospatial data files
78+
COPY --from=builder /usr/share/gdal /system/share/gdal
79+
COPY --from=builder /usr/share/proj /system/share/proj
80+
7781
USER 65532:65532

0 commit comments

Comments
 (0)