Skip to content
Snippets Groups Projects
Commit f1655016 authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

hotfix 3.11.4: use replacement for postgis-scripts

The previously used Debian package doesn't exit anymore,
so use the package that replaces it, to resolve the
following error during build of the "worker" image:

    Package postgresql-10-postgis-scripts is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
      postgresql-10-postgis-2.4-scriptsE: Package postgresql-10-postgis-scripts has no installation candidate
parent 79f4eeb4
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ RUN apt-get update \
postgresql-${PG_MAJOR} \
postgresql-contrib-${PG_MAJOR} \
postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR} \
postgresql-${PG_MAJOR}-postgis-scripts \
postgresql-${PG_MAJOR}-postgis-${POSTGIS_MAJOR}-scripts \
postgresql-server-dev-${PG_MAJOR} \
postgresql-contrib-${PG_MAJOR} \
&& apt-get clean \
......
__version__ = 'v3.11.2'
__version__ = 'v3.11.4'
__all__ = [
'__version__',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment