From: Guillaume Pellerin Date: Wed, 5 Nov 2014 12:29:39 +0000 (+0100) Subject: fix X-Git-Tag: 0.6.1~12 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0e76aac28c58d451dc088651b67629316536c9e5;p=timeside.git fix --- diff --git a/Dockerfile b/Dockerfile index 81b88a4..e4fc21f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,7 @@ from debian:stable maintainer Guillaume Pellerin 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