Skip to content

Commit

Permalink
update postgressql version and apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Apr 8, 2024
1 parent 23181c0 commit 7961c31
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
FROM postgres
FROM postgres:14

RUN apt-get update && \
apt-get install -y postgresql-contrib \
postgresql-postgis \
postgresql-plpython3 postgresql-plpython \
postgresql-plpython3-14 \
binutils \ libproj-dev \ gdal-bin \
postgresql-14-postgis-3 \
&& rm -rf /var/lib/apt/lists/*

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

0 comments on commit 7961c31

Please sign in to comment.