spec: filter Requires dependency for python(abi)
[platform/upstream/bcc.git] / Dockerfile.debian
1 FROM debian:stretch
2
3 MAINTAINER Brenden Blanco <bblanco@gmail.com>
4
5 RUN DEBIAN_RELEASE=stretch && \
6     # Adding non-free repo for netperf
7     echo "deb http://deb.debian.org/debian ${DEBIAN_RELEASE} non-free" > \
8         /etc/apt/sources.list.d/debian-non-free.list && \
9     apt-get -qq update && \
10     apt-get -y install pbuilder aptitude
11
12 COPY ./ /root/bcc
13
14 WORKDIR /root/bcc
15
16 RUN /usr/lib/pbuilder/pbuilder-satisfydepends && \
17     ./scripts/build-deb.sh