Browse Source

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

Fixes #1641
ppa-0.6.1
Christian Decker 7 years ago
committed by Rusty Russell
parent
commit
e35da01d11
  1. 1
      contrib/Dockerfile.builder
  2. 1
      contrib/Dockerfile.builder.i386

1
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 \

1
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 \

Loading…
Cancel
Save