Update apt cache before installing software-properties-common

fixes #64
This commit is contained in:
Sameer Naik 2014-05-19 17:46:34 +05:30
parent ec97f84bda
commit 73e5454be3

View File

@ -1,7 +1,8 @@
FROM sameersbn/ubuntu:14.04.20140508
MAINTAINER sameer@damagehead.com
RUN apt-get install -y software-properties-common && \
RUN apt-get update && \
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 && \