aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-01-05 12:05:33 +0100
committerlaforge <laforge@osmocom.org>2020-01-05 11:20:07 +0000
commitec08dfb465fd8caa4683a561032d71228a8a90da (patch)
tree43894d22027155ac5ab1249abd747c34579e41ea
parentdb32c0a43127750f1ab2a6fb9e1f017e237b328d (diff)
add dahdi-source to debian-stretch-build container
... otherwise modern libosmo-abis builds will fail. Change-Id: Ia1f0f59ba1c6ab0edcd06a7c0f939c00bdd1f738 Closes: OS#4344
-rw-r--r--debian-stretch-build/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-build/Dockerfile b/debian-stretch-build/Dockerfile
index a4526f7..c1fe92b 100644
--- a/debian-stretch-build/Dockerfile
+++ b/debian-stretch-build/Dockerfile
@@ -12,6 +12,7 @@ RUN apt-get update && \
bison \
build-essential \
cppcheck \
+ dahdi-source \
debhelper \
devscripts \
dh-autoreconf \