Ensure apt update works on final images

This commit is contained in:
cytopia
2022-01-24 16:00:26 +01:00
parent feb6f0fee8
commit 61ee6b3bfb
12 changed files with 52 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ RUN set -eux \
dirmngr \
gnupg \
\
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 648ACFD622F3D138 \
&& echo "deb http://ftp.debian.org/debian stretch-backports main" > /etc/apt/sources.list.d/backports.list \
&& curl -sS -L --fail "https://packages.blackfire.io/gpg.key" | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - \
&& echo "deb http://packages.blackfire.io/debian any main" > /etc/apt/sources.list.d/blackfire.list \