From be96f1b0194135e6f8edb75dd1255c3d301d2d3f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 5 Nov 2014 13:31:28 +0100 Subject: [PATCH] add wget --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e4fc21f..d08d734 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,10 +18,11 @@ from debian:stable maintainer Guillaume Pellerin add ./deploy/apt-app.list /etc/apt/sources.list.d/ -run wget -O - http://debian.parisson.com/debian/conf/parisson.gpg.key | sudo apt-key add - +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 apt-get update 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 -- 2.39.5