We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce3f265 + a72bd15 commit d908aecCopy full SHA for d908aec
Dockerfile
@@ -7,7 +7,7 @@ RUN set -eux; \
7
DPKG_ARCH="$(dpkg --print-architecture)"; \
8
apt-get update; \
9
apt-get install -y lsb-release; \
10
- echo "deb http://archive.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \
+ echo "deb https://archive.debian.org/debian $(lsb_release -sc)-backports main" > /etc/apt/sources.list.d/backports.list; \
11
echo "deb https://www.deb-multimedia.org $(lsb_release -sc) main non-free" > /etc/apt/sources.list.d/deb-multimedia.list; \
12
apt-get update -oAcquire::AllowInsecureRepositories=true; \
13
apt-get install -y --allow-unauthenticated deb-multimedia-keyring; \
0 commit comments