Skip to content

Instantly share code, notes, and snippets.

@alisinabh
Created August 12, 2019 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alisinabh/1f8fcf3bfae222fde6b49af409e6942b to your computer and use it in GitHub Desktop.
Save alisinabh/1f8fcf3bfae222fde6b49af409e6942b to your computer and use it in GitHub Desktop.
Stolon postgis postgresql
# Source image of stolon to add postgis to
FROM sorintlab/stolon:v0.13.0-pg10
# Since we are using a pg10 image of stolon we will install postgresql-10-postgis-x.x
RUN apt-get update && apt-get install -y postgresql-10-postgis-2.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment