Skip to content

Commit 23181c0

Browse files
committed
attempt simple qick fix for docker image build: remove postgresql versions
1 parent b6b7205 commit 23181c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM postgres:9.6
1+
FROM postgres
22

33
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 \
4+
apt-get install -y postgresql-contrib \
5+
postgresql-postgis \
6+
postgresql-plpython3 postgresql-plpython \
77
&& rm -rf /var/lib/apt/lists/*
88

99
COPY init.sh /docker-entrypoint-initdb.d/init.sh

0 commit comments

Comments
 (0)