Skip to content

Commit

Permalink
Compensate for 'apt-key' no longer being in Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Dec 28, 2024
1 parent 5a3e48b commit 498a525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledgersmb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ RUN set -x ; \
apt-get -y install curl ca-certificates \
wget gnupg eatmydata && \
cat /etc/os-release ; \
echo "deb http://apt.postgresql.org/pub/repos/apt/ $(grep VERSION_CODENAME /etc/os-release | cut -d= -f2 )-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
(wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -) && \
(wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --output /etc/apt/keyrings/postgresql.gpg --dearmor -) && \
echo "deb [signed-by=/etc/apt/keyrings/postgresql.gpg] http://apt.postgresql.org/pub/repos/apt/ $(grep VERSION_CODENAME /etc/os-release | cut -d= -f2 )-pgdg main" > /etc/apt/sources.list.d/pgdg.list && \
apt-get -y update && \
apt-get -y install \
lsb-release \
Expand Down

0 comments on commit 498a525

Please sign in to comment.