]> andersk Git - libyaml.git/blobdiff - dockerfiles/ubuntu-14.04
Fix problems in CI failures (travis and semaphore)
[libyaml.git] / dockerfiles / ubuntu-14.04
index 72d53ad302023308405d0dea536258620db684e6..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 \
@@ -15,6 +20,8 @@ RUN mkdir /libyaml
 COPY . /libyaml/
 WORKDIR /libyaml
 
+ENV LD_LIBRARY_PATH=/libyaml/src/.libs
+
 RUN ./bootstrap
 RUN ./configure
 RUN make
This page took 0.027752 seconds and 4 git commands to generate.