]> andersk Git - libyaml.git/blobdiff - dockerfiles/ubuntu-14.04
Get tests passing on Docker
[libyaml.git] / dockerfiles / ubuntu-14.04
index 72d53ad302023308405d0dea536258620db684e6..b24688360cd2909fe87cd1ccd24fdd15d19c4ea1 100644 (file)
@@ -15,6 +15,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.066655 seconds and 4 git commands to generate.