]> andersk Git - libyaml.git/blobdiff - dockerfiles/ubuntu-14.04
Fix problems in CI failures (travis and semaphore)
[libyaml.git] / dockerfiles / ubuntu-14.04
index b24688360cd2909fe87cd1ccd24fdd15d19c4ea1..ffb7c6b8991be588287c8d37916d8a296e1fb3b7 100644 (file)
@@ -3,6 +3,11 @@ FROM ubuntu:14.04
 MAINTAINER Ian Cordasco <graffatcolmingov@gmail.com>
 
 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 \
This page took 0.062893 seconds and 4 git commands to generate.