From: Guillaume Pellerin Date: Sun, 25 Jan 2015 20:48:07 +0000 (+0100) Subject: fix gpg keys X-Git-Tag: 0.7^2~4 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f6bf31f50898b89a322b56c58661fdb370c5353f;p=timeside.git fix gpg keys --- diff --git a/Dockerfile b/Dockerfile index 7f79e03..a5d7e43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,9 @@ from debian:stable maintainer Guillaume Pellerin # install confs, keys and deps -run apt-key adv --keyserver subkeys.pgp.net --recv-key E3298399DF14BB7C -run apt-key adv --keyserver subkeys.pgp.net --recv-key 07DC563D1F41B907 +run apt-key adv --keyserver keyring.debian.org --recv-key E3298399DF14BB7C +run apt-key adv --keyserver keyring.debian.org --recv-key 07DC563D1F41B907 +run apt-key adv --keyserver keyring.debian.org --recv-key 5C808C2B65558117 add ./examples/deploy/apt-app.list /etc/apt/sources.list.d/ run apt-get update run apt-get install -y --force-yes apt-utils diff --git a/examples/deploy/apt-app.list b/examples/deploy/apt-app.list index 647b260..81a807a 100644 --- a/examples/deploy/apt-app.list +++ b/examples/deploy/apt-app.list @@ -4,7 +4,9 @@ deb-src http://ftp.debian.org/debian/ wheezy-backports main contrib non-free deb http://security.debian.org/ wheezy/updates main deb-src http://security.debian.org/ wheezy/updates main +deb http://www.deb-multimedia.org wheezy main non-free +deb http://www.deb-multimedia.org wheezy-backports main + deb http://debian.parisson.com/debian/ wheezy main deb-src http://debian.parisson.com/debian wheezy main -deb ftp://ftp.igh.cnrs.fr/pub/debian-multimedia stable main \ No newline at end of file