From 32497cf0a19823493bea4dddb412f93c6f05e7dc Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 6 Sep 2017 16:41:02 +0200 Subject: [PATCH] debian-jessie-buildslave: Add bumpversion + dahdi-source both of which are used by osmo-* builds --- debian-jessie-buildslave/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian-jessie-buildslave/Dockerfile b/debian-jessie-buildslave/Dockerfile index 04f9fc04..fcf91e19 100644 --- a/debian-jessie-buildslave/Dockerfile +++ b/debian-jessie-buildslave/Dockerfile @@ -3,11 +3,13 @@ FROM laforge/debian-jessie-build MAINTAINER Harald Welte RUN dpkg --add-architecture i386 && \ + apt-get update && \ apt-get install -y --no-install-recommends \ asciidoc \ bc \ bzip2 \ coccinelle \ + dahdi-source \ htop \ mscgen \ openssh-client \ @@ -25,7 +27,8 @@ RUN useradd --uid=1000 build && \ mkdir /build && \ chown build:build /build -RUN pip install timeout_decorator +RUN pip install timeout_decorator && \ + pip install bumpversion # first add this file to invalidate cache each time osmo-python-tests.git is updated ADD http://git.osmocom.org/python/osmo-python-tests/patch /tmp/commit-osmo-python-tests