We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b7205 commit 23181c0Copy full SHA for 23181c0
Dockerfile
@@ -1,9 +1,9 @@
1
-FROM postgres:9.6
+FROM postgres
2
3
RUN apt-get update && \
4
- apt-get install -y postgresql-contrib-9.6 \
5
- postgresql-9.6-postgis-2.3 \
6
- postgresql-plpython3-9.6 postgresql-plpython-9.6 \
+ apt-get install -y postgresql-contrib \
+ postgresql-postgis \
+ postgresql-plpython3 postgresql-plpython \
7
&& rm -rf /var/lib/apt/lists/*
8
9
COPY init.sh /docker-entrypoint-initdb.d/init.sh
0 commit comments