add-apt-repository is now in the software-properties-common package

This commit is contained in:
unknown 2014-05-02 16:01:26 -04:00
parent 78a296f494
commit c2d4fae51b

View File

@ -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 && \