]> git.sur5r.net Git - i3/i3/commitdiff
travis: ubuntu: install libtool
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 25 May 2016 05:49:14 +0000 (07:49 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 25 May 2016 05:49:14 +0000 (07:49 +0200)
travis/travis-base-ubuntu-386.Dockerfile
travis/travis-base-ubuntu.Dockerfile

index 487465bedd56a6de43a6e2ca68aa3549d2c98cbf..bc92a695020c050eb645019ec20be41e8b09069f 100644 (file)
@@ -32,7 +32,7 @@ RUN linux32 apt-get update && \
 # Install xcb-util-xrm. This is a workaround until it is available in the
 # distribution packages.
 RUN apt-get update && \
-    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xutils-dev ca-certificates autoconf automake autotools-dev
+    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xutils-dev ca-certificates autoconf automake autotools-dev libtool
 RUN git clone --recursive https://github.com/Airblader/xcb-util-xrm.git && \
     cd xcb-util-xrm && \
     ./autogen.sh --prefix=/usr && \
index a3dab4bacb3ce0b8fcc745893146798df0c7130e..5b0f731a6fc5a5417b53c2d426eaf4cd8d0603d7 100644 (file)
@@ -33,7 +33,7 @@ RUN apt-get update && \
 # Install xcb-util-xrm. This is a workaround until it is available in the
 # distribution packages.
 RUN apt-get update && \
-    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xutils-dev ca-certificates autoconf automake autotools-dev
+    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xutils-dev ca-certificates autoconf automake autotools-dev libtool
 RUN git clone --recursive https://github.com/Airblader/xcb-util-xrm.git && \
     cd xcb-util-xrm && \
     ./autogen.sh --prefix=/usr && \