Skip to content

Commit

Permalink
Fixed docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bmispelon committed Apr 19, 2024
1 parent 799e9c8 commit 5705797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ ENV PYTHONUNBUFFERED 1

# getting postgres from PGDG (https://wiki.postgresql.org/wiki/Apt)
# gnupg is required to run apt.postgresql.org.sh
# subversion needed for some of the requirements (welcome to the year 2000)
RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
git \
gnupg \
postgresql-common \
subversion \
&& /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y\
&& apt-get install --assume-yes --no-install-recommends postgresql-client-14\
&& apt-get purge --assume-yes --auto-remove gnupg\
Expand Down

0 comments on commit 5705797

Please sign in to comment.