]> git.parisson.com Git - timeside.git/commitdiff
fix gpg keys
authorGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 20:48:07 +0000 (21:48 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sun, 25 Jan 2015 20:48:07 +0000 (21:48 +0100)
Dockerfile
examples/deploy/apt-app.list

index 7f79e03f4b9aec77f37f079ecee65fd3d3cc8fc2..a5d7e43a2d862b75b9f77b9acac06e2d3ac6fd70 100644 (file)
@@ -18,8 +18,9 @@ from debian:stable
 maintainer Guillaume Pellerin <yomguy@parisson.com>
 
 # 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
index 647b2602ebf6098372c1d0193b2a04afae558945..81a807a5778d92ac88456e2f53acb49e2c435bb7 100644 (file)
@@ -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