Skip to content

Commit a201c1e

Browse files
Use "archive" PGDG repository for Buster-based distributions
1 parent cefc49a commit a201c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN set -eux; \
9191
# Add PostgreSQL APT repository
9292
curl -sSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /etc/apt/trusted.gpg.d/apt.postgresql.org.gpg; \
9393
case ${debianReleaseCodename} in \
94-
jessie|stretch) echo "deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main" ;; \
94+
jessie|stretch|buster) echo "deb https://apt-archive.postgresql.org/pub/repos/apt ${debianReleaseCodename}-pgdg-archive main" ;; \
9595
*) echo "deb https://apt.postgresql.org/pub/repos/apt/ ${debianReleaseCodename}-pgdg main" ;; \
9696
esac > /etc/apt/sources.list.d/pgdg.list; \
9797
\

0 commit comments

Comments
 (0)