diff --git a/Dockerfile b/Dockerfile index a4624c8e..e62d25a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \