Skip to content

Commit

Permalink
Fix installing postgresql-client-15
Browse files Browse the repository at this point in the history
  • Loading branch information
fdietze committed Sep 5, 2023
1 parent db5e6b1 commit ef8eff4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@ RUN apt-get update \
curl \
gpg \
openssl \
&& curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /usr/share/keyrings/postgresql-keyring.gpg \
&& echo "deb [signed-by=/usr/share/keyrings/postgresql-keyring.gpg] http://apt.postgresql.org/pub/repos/apt/ bullseye-pgdg main" | tee /etc/apt/sources.list.d/postgresql.list \
&& apt-get update \
&& apt-get install -y postgresql-client-15 \
postgresql-client-15 \
&& apt-get autoclean \
&& apt-get autoremove \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit ef8eff4

Please sign in to comment.