From: Guillaume Pellerin Date: Fri, 28 Nov 2014 14:26:36 +0000 (+0100) Subject: fix dockerfile deps X-Git-Tag: 0.7^2~38^2~5 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=fe97f8fa4316d911b39d28854c71233c3eb6f608;p=timeside.git fix dockerfile deps --- diff --git a/Dockerfile b/Dockerfile index 98ba9a4..0093786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,12 +18,11 @@ from debian:stable maintainer Guillaume Pellerin # 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