diff --git a/infra/docker/database/database.Dockerfile b/infra/docker/database/database.Dockerfile index 5321a4a22..396c1a4e6 100644 --- a/infra/docker/database/database.Dockerfile +++ b/infra/docker/database/database.Dockerfile @@ -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/* \ No newline at end of file