File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,11 @@ ENV PYTHONPATH "${PYTHONPATH}:/splitgraph:/pg_es_fdw"
206206ARG with_postgis
207207RUN test -z "${with_postgis}" || (\
208208 export POSTGIS_MAJOR=3 && \
209- export POSTGIS_VERSION=3.2.3+dfsg-1.pgdg100+1 && \
210209 apt-get update \
211210 && apt-cache showpkg postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
212211 && apt-get install -y --no-install-recommends \
213- postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR=$POSTGIS_VERSION \
214- postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts=$POSTGIS_VERSION \
212+ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR \
213+ postgresql-$PG_MAJOR-postgis-$POSTGIS_MAJOR-scripts \
215214 && rm -rf /var/lib/apt/lists/* && \
216215 echo "CREATE EXTENSION postgis;" >> /docker-entrypoint-initdb.d/000_create_extensions.sql)
217216
You can’t perform that action at this time.
0 commit comments