]> git.sur5r.net Git - i3/i3/blobdiff - travis/travis-base-ubuntu.Dockerfile
travis: ubuntu: also install autotools-dev and automake
[i3/i3] / travis / travis-base-ubuntu.Dockerfile
index 34847bd4cb6febe9440f09f8a1400dc9fdbaae5e..a3dab4bacb3ce0b8fcc745893146798df0c7130e 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
+    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xutils-dev ca-certificates autoconf automake autotools-dev
 RUN git clone --recursive https://github.com/Airblader/xcb-util-xrm.git && \
     cd xcb-util-xrm && \
     ./autogen.sh --prefix=/usr && \