X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/blobdiff_plain/e4aee06ff401668404de21b4af4c6a90be0f35a6..aa10f65706b474987d17a6b66ae087f823758e6f:/dockerfiles/ubuntu-14.04 diff --git a/dockerfiles/ubuntu-14.04 b/dockerfiles/ubuntu-14.04 index b246883..ffb7c6b 100644 --- a/dockerfiles/ubuntu-14.04 +++ b/dockerfiles/ubuntu-14.04 @@ -3,6 +3,11 @@ FROM ubuntu:14.04 MAINTAINER Ian Cordasco RUN apt-get update && \ + apt-get install -y \ + software-properties-common \ + python-software-properties && \ + add-apt-repository ppa:git-core/ppa && \ + apt-get update && \ apt-get install -y \ autoconf \ build-essential \