From 81c7000c3f30cc2295cd2e1c9814d409e48b283b Mon Sep 17 00:00:00 2001 From: Gallican Nsanzimana Date: Sun, 19 Apr 2015 00:29:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8c5071..6c4131a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:12.04 MAINTAINER Arcus "http://arcus.io" -RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe multiverse" > /etc/apt/sources.list -RUN apt-get update +#fthis change make the build to succeed. +RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe multiverse" >> /etc/apt/sources.listRUN apt-get update RUN apt-get install -y wget RUN wget -q http://apt.puppetlabs.com/puppetlabs-release-precise.deb -O /tmp/puppetlabs.deb RUN dpkg -i /tmp/puppetlabs.deb