fix lua-bcc build issue with cmake try_compile
[platform/upstream/bcc.git] / Dockerfile.ubuntu
1 FROM ubuntu:xenial
2
3 MAINTAINER Brenden Blanco <bblanco@gmail.com>
4
5 RUN apt-get -qq update && \
6     apt-get -y install pbuilder aptitude
7
8 COPY ./ /root/bcc
9
10 WORKDIR /root/bcc
11
12 RUN /usr/lib/pbuilder/pbuilder-satisfydepends && \
13     ./scripts/build-deb.sh