From e35da01d115e046adee5806999bcfe165076309b Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sat, 30 Jun 2018 15:35:15 +0200 Subject: [PATCH] travis: Add asciidoc, excluding latex, to the builder images Fixes #1641 --- contrib/Dockerfile.builder | 1 + contrib/Dockerfile.builder.i386 | 1 + 2 files changed, 2 insertions(+) diff --git a/contrib/Dockerfile.builder b/contrib/Dockerfile.builder index f3821e6e7..9e8291771 100644 --- a/contrib/Dockerfile.builder +++ b/contrib/Dockerfile.builder @@ -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 \ diff --git a/contrib/Dockerfile.builder.i386 b/contrib/Dockerfile.builder.i386 index c1421c113..d1dd4ce63 100644 --- a/contrib/Dockerfile.builder.i386 +++ b/contrib/Dockerfile.builder.i386 @@ -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 \