Skip to content

Commit

Permalink
Fix postgis scripts version
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAntoine committed Feb 4, 2025
1 parent 4866e05 commit 114c87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/database/database.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ RUN \
apt-get update && \
apt-get install -y --no-install-recommends \
postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"="$POSTGIS_VERSION"* \
postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"-scripts && \
postgresql-"$PG_MAJOR"-postgis-"$POSTGIS_MAJOR"-scripts &&="$POSTGIS_VERSION"* \
rm -rf /var/lib/apt/lists/*

0 comments on commit 114c87a

Please sign in to comment.