Skip to content

Commit

Permalink
attempt simple qick fix for docker image build: remove postgresql ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
jh-RLI committed Apr 8, 2024
1 parent b6b7205 commit 23181c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM postgres:9.6
FROM postgres

RUN apt-get update && \
apt-get install -y postgresql-contrib-9.6 \
postgresql-9.6-postgis-2.3 \
postgresql-plpython3-9.6 postgresql-plpython-9.6 \
apt-get install -y postgresql-contrib \
postgresql-postgis \
postgresql-plpython3 postgresql-plpython \
&& rm -rf /var/lib/apt/lists/*

COPY init.sh /docker-entrypoint-initdb.d/init.sh
Expand Down

0 comments on commit 23181c0

Please sign in to comment.