Change in osmo-ci[master]: Dockerfile: add dependencies for osmo-gsm-manuals

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Nov 29 10:47:05 UTC 2018


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/12005


Change subject: Dockerfile: add dependencies for osmo-gsm-manuals
......................................................................

Dockerfile: add dependencies for osmo-gsm-manuals

Install all dependencies required for building PDF manuals inside the
Docker container, so we can build projects with their manuals in the
Gerrit build verification job.

I ran the Docker container locally to confirm that this works, as
described here:
https://osmocom.org/projects/osmocom-servers/wiki/Jenkins_build_verification_jobs

Related: OS#3385
Change-Id: I379ce02857353c097f79cf91af2c4c9dc14754ec
---
M docker/Dockerfile_osmocom_jenkins.amd64
1 file changed, 3 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/05/12005/1

diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 3acff70..81f46ca 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -36,6 +36,9 @@
 # for osmo-python-tests
 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends python3-setuptools python-setuptools python3-pip python-pip
 
+# for osmo-gsm-manuals
+RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends xsltproc dblatex docbook5-xml graphviz python-pychart python-nwdiag libxml2-utils
+
 # Linux kernel
 RUN DEBIAN_FRONTEND=noninteractive apt-get install -y bc
 

-- 
To view, visit https://gerrit.osmocom.org/12005
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I379ce02857353c097f79cf91af2c4c9dc14754ec
Gerrit-Change-Number: 12005
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181129/7f704d77/attachment.htm>


More information about the gerrit-log mailing list