travis: Add asciidoc, excluding latex, to the builder images

Fixes #1641
This commit is contained in:
Christian Decker 2018-06-30 15:35:15 +02:00 committed by Rusty Russell
parent 2eab1b66ff
commit e35da01d11
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ WORKDIR /build
RUN apt-get -qq update && \
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
asciidoc \
autoconf \
automake \
clang \

View File

@ -8,6 +8,7 @@ WORKDIR /build
RUN apt-get -qq update && \
apt-get -qq install --no-install-recommends --allow-unauthenticated -yy \
asciidoc \
autoconf \
automake \
clang \