We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce774e commit ef9b45eCopy full SHA for ef9b45e
1 file changed
postgis/Dockerfile
@@ -13,7 +13,8 @@ RUN set -eux && \
13
# Install PostGIS
14
apt-get update && \
15
apt-get install -y --no-install-recommends \
16
- "postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}=${EXT_VERSION}"
+ "postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}=${EXT_VERSION}" \
17
+ "postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}-scripts=${EXT_VERSION}"
18
19
# Gather PostGIS system libraries and their licenses
20
RUN mkdir -p /system /licenses && \
0 commit comments