From c2d4fae51b88bc6d38f2e9dfda03c25e86be4650 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 May 2014 16:01:26 -0400 Subject: [PATCH] add-apt-repository is now in the software-properties-common package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15818743..1cbac522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM sameersbn/ubuntu:latest MAINTAINER sameer@damagehead.com -RUN apt-get install -y python-software-properties && \ +RUN apt-get install -y software-properties-common && \ add-apt-repository -y ppa:git-core/ppa && \ add-apt-repository -y ppa:brightbox/ruby-ng && \ apt-get update && \