]> git.parisson.com Git - timeside.git/commitdiff
fix
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 12:29:39 +0000 (13:29 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 5 Nov 2014 12:29:39 +0000 (13:29 +0100)
Dockerfile

index 81b88a4dc1aedb43cd37277d19e69e01115cff0d..e4fc21fe35097399029b0c5b4672c1b3b1bd04d5 100644 (file)
@@ -18,8 +18,7 @@ from debian:stable
 maintainer Guillaume Pellerin <yomguy@parisson.com>
 
 add ./deploy/apt-app.list /etc/apt/sources.list.d/
-run apt-get install -y wget
-wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | sudo apt-key add -
+run wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | sudo apt-key add -
 run gpg --keyserver pgpkeys.mit.edu --recv-key 07DC563D1F41B907
 run gpg -a --export 07DC563D1F41B907 | sudo apt-key add -
 run apt-get update