aboutsummaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2016-05-25 07:49:14 +0200
committerMichael Stapelberg <michael@stapelberg.de>2016-05-25 07:49:14 +0200
commit8e125e98458015724d25081747e5da78a199d2f4 (patch)
treecfbf6f056969201d894f9a1da91563e8128f31d9 /travis
parent57dc46b4ec7ee033bbb1554a2a6100e01c35d551 (diff)
downloadi3-8e125e98458015724d25081747e5da78a199d2f4.tar.gz
i3-8e125e98458015724d25081747e5da78a199d2f4.zip
travis: ubuntu: install libtool
Diffstat (limited to 'travis')
-rw-r--r--travis/travis-base-ubuntu-386.Dockerfile2
-rw-r--r--travis/travis-base-ubuntu.Dockerfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/travis/travis-base-ubuntu-386.Dockerfile b/travis/travis-base-ubuntu-386.Dockerfile
index 487465be..bc92a695 100644
--- a/travis/travis-base-ubuntu-386.Dockerfile
+++ b/travis/travis-base-ubuntu-386.Dockerfile
@@ -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 && \
diff --git a/travis/travis-base-ubuntu.Dockerfile b/travis/travis-base-ubuntu.Dockerfile
index a3dab4ba..5b0f731a 100644
--- a/travis/travis-base-ubuntu.Dockerfile
+++ b/travis/travis-base-ubuntu.Dockerfile
@@ -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 && \