Skip to content

Commit 9146211

Browse files
committed
fix(PostGIS): pin the version of the scripts package
Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
1 parent 3ce774e commit 9146211

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

postgis/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN set -eux && \
1313
# Install PostGIS
1414
apt-get update && \
1515
apt-get install -y --no-install-recommends \
16-
"postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}=${EXT_VERSION}"
16+
"postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}=${EXT_VERSION}" \
17+
"postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}-scripts=${EXT_VERSION}"
1718

1819
# Gather PostGIS system libraries and their licenses
1920
RUN mkdir -p /system /licenses && \

0 commit comments

Comments
 (0)