]> git.parisson.com Git - timeside.git/commitdiff
fix dockerfile deps
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 28 Nov 2014 14:26:36 +0000 (15:26 +0100)
committerThomas Fillon <thomas@parisson.com>
Mon, 15 Dec 2014 16:18:59 +0000 (17:18 +0100)
Dockerfile

index 98ba9a4ea4c0cbd238a3785f28fd8a8c280bfb39..00937864f174f32ad31cda80099079ea41f2dbe9 100644 (file)
@@ -18,12 +18,11 @@ from debian:stable
 maintainer Guillaume Pellerin <yomguy@parisson.com>
 
 # install confs, keys and deps
-add ./deploy/apt-app.list /etc/apt/sources.list.d/
-run apt-get install -y apt-utils
 run gpg --keyserver pgpkeys.mit.edu --recv-key E3298399DF14BB7C
 run gpg -a --export E3298399DF14BB7C | apt-key add -
 run gpg --keyserver pgpkeys.mit.edu --recv-key 07DC563D1F41B907
 run gpg -a --export 07DC563D1F41B907 | apt-key add -
+add ./deploy/apt-app.list /etc/apt/sources.list.d/
 run apt-get update
 run apt-get install -y --force-yes apt-utils
 run apt-get -y --force-yes -t wheezy-backports dist-upgrade