We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0505da2 commit 98a4b6dCopy full SHA for 98a4b6d
1 file changed
postgis/Dockerfile
@@ -61,7 +61,7 @@ COPY --from=builder \
61
/usr/lib/postgresql/${PG_MAJOR}/lib/postgis* \
62
/lib/
63
64
-COPY --from=builder /usr/lib/postgresql/18/lib/bitcode/ /lib/bitcode/
+COPY --from=builder /usr/lib/postgresql/${PG_MAJOR}/lib/bitcode/ /lib/bitcode/
65
66
# Share
67
COPY --from=builder \
@@ -74,4 +74,8 @@ COPY --from=builder /usr/share/postgresql/${PG_MAJOR}/contrib/postgis* /share/co
74
# System libs
75
COPY --from=builder /system /system/
76
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
+
81
USER 65532:65532
0 commit comments