debian-stretch-build-dist: osmo-gsm-manuals deps

Add dependencies for osmo-gsm-manuals, so we can build the release
tarballs for it (autoreconf -fi; ./configure; make dist-bzip2) in the
related jenkins job. During update of the list of projects for which we
build these tarballs, it became apparent that it was missing. Following
patches will add dependencies needed to build release tarballs for all
other projects that were missing from the list.

Related: OS#5347
Change-Id: Iba2e71b2e757bc527561d0f3e4a1af5f024a3cd7
This commit is contained in:
Oliver Smith 2021-12-09 18:04:26 +01:00 committed by osmith
parent db275974b8
commit 8dcf51c48f
1 changed files with 8 additions and 0 deletions

View File

@ -4,6 +4,7 @@ FROM $USER/debian-stretch-obs-latest
RUN apt-get update && \
apt-get install -y --no-install-recommends \
asciidoc \
autoconf \
autoconf-archive \
autogen \
@ -12,7 +13,10 @@ RUN apt-get update && \
build-essential \
ca-certificates \
dahdi-source \
dblatex \
git \
graphviz \
inkscape \
libasn1c-dev \
libboost-all-dev \
libc-ares-dev \
@ -55,5 +59,9 @@ RUN apt-get update && \
libusrp-dev \
libyder-dev \
make \
mscgen \
python-nwdiag \
python-pychart \
xsltproc \
&& \
apt-get clean