-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgis_restore.pl is missing in postgis/postgis:16-3.4 #367
Comments
I just checked and it is in the alpine verison, and it is only missing in the Debian version. |
Thank you for the issue! It does seem like something is missing. However, since we also use the Debian PostGIS package, specifically
I have written to the "pgsql-pkg-debian(at)postgresql(dot)org" |
The I have created a Dockerfile for reference: FROM postgis/postgis:16-3.4
RUN set -eux \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
postgis \
&& dpkg -L postgis \
&& rm -rf /var/lib/apt/lists/* and in the log:
I am strongly considering including this package in the basic EDIT:
|
It seems like this should be included in the official docker repository, but it doesn't seem to be anywhere.
Is it omitted on purpose? Why?
What's the easiest way to add it?
If the omission is an error, can you kindly release a new version with it included?
The text was updated successfully, but these errors were encountered: