travis: ubuntu: install libtool
This commit is contained in:
parent
57dc46b4ec
commit
8e125e9845
|
@ -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 && \
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue