From: Guillaume Pellerin Date: Wed, 5 Nov 2014 12:32:23 +0000 (+0100) Subject: no sudo X-Git-Tag: 0.6.1~10 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8a0cf8ea9d18afc2546890cf8bfcff03722bb4cb;p=timeside.git no sudo --- diff --git a/Dockerfile b/Dockerfile index d08d734..bb4abf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ run apt-get update run apt-get install -y wget run wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | apt-key add - run gpg --keyserver pgpkeys.mit.edu --recv-key 07DC563D1F41B907 -run gpg -a --export 07DC563D1F41B907 | sudo apt-key add - +run gpg -a --export 07DC563D1F41B907 | apt-key add - run apt-get install -y --force-yes build-essential vim apt-utils run apt-get install -y python python-dev python-pip run apt-get -y -t wheezy-backports dist-upgrade