correct typo in filename postgres.sources

This commit is contained in:
Simon Waldburger
2025-10-09 20:19:50 +02:00
parent 80864f1c88
commit f349858150

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD https://www.postgresql.org/media/keys/ACCC4CF8.asc /etc/apt/keyrings/postgres-pub.asc ADD https://www.postgresql.org/media/keys/ACCC4CF8.asc /etc/apt/keyrings/postgres-pub.asc
ADD build/postgres.source /etc/apt/sources.list.d/postgres.source ADD build/postgres.sources /etc/apt/sources.list.d/postgres.sources
ADD https://repo.powerdns.com/FD380FBB-pub.asc /etc/apt/keyrings/powerdns-pub.asc ADD https://repo.powerdns.com/FD380FBB-pub.asc /etc/apt/keyrings/powerdns-pub.asc
ADD build/pdns.sources /etc/apt/sources.list.d/pdns.sources ADD build/pdns.sources /etc/apt/sources.list.d/pdns.sources
ADD build/pdns.preferences /etc/apt/preferences.d/pdns ADD build/pdns.preferences /etc/apt/preferences.d/pdns