Created
          August 12, 2019 01:25 
        
      - 
      
- 
        Save alisinabh/1f8fcf3bfae222fde6b49af409e6942b to your computer and use it in GitHub Desktop. 
    Stolon postgis postgresql
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | # 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