debian-jessie-buildslave: Add bumpversion + dahdi-source

both of which are used by osmo-* builds
changes/84/7384/1
Harald Welte 6 years ago
parent 54d7362cc2
commit 32497cf0a1

@ -3,11 +3,13 @@ FROM laforge/debian-jessie-build
MAINTAINER Harald Welte <laforge@gnumonks.org>
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

Loading…
Cancel
Save