aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-06-10 18:10:17 +0200
committerlaforge <laforge@osmocom.org>2020-06-12 14:54:35 +0000
commit932b00cfbcdd39e9997cd383e9572be937a9d85c (patch)
treeab97f149999d1f5ee8e40ed08c50fa95d94d14ef
parentdb9514e2fe660a26156cfdf0d790d6713ad93ce7 (diff)
debian-stretch-jenkins/Dockerfile: Install source-highlight
It is needed by some user manuals using code snippet syntax higlhlighting, such as osmo-gsm-tester one: """ [source,python] ---- sleep(3) # sleep for 3 seconds ---- """ asciidoc: WARNING: test_api.adoc: line 19: filter non-zero exit code: source-highlight -f xhtml -s python: returned 127 asciidoc: WARNING: test_api.adoc: line 19: no output from filter: source-highlight -f xhtml -s python Change-Id: I8427179f7cfc0c9150e5327803ca89adffedb8f1
-rw-r--r--debian-stretch-jenkins/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index e519f26..158f7d7 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -103,6 +103,7 @@ RUN \
rsync \
sdcc \
sqlite3 \
+ source-highlight \
stow \
sudo \
systemd \