travis: ubuntu: also install autotools-dev and automake
This commit is contained in:
parent
d08b0c428b
commit
57dc46b4ec
|
@ -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
|
||||
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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue