installing packages needed to build binaries

This commit is contained in:
Mike Aizatsky 2016-11-04 15:30:59 -07:00
parent cb124f9e1c
commit 5cf48acc50
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
FROM ossfuzz/base
MAINTAINER mike.aizatsky@gmail.com
RUN apt-get install -y libc6-dev binutils libgcc-5-dev
RUN mkdir /src /work && chmod a+w /src /work
COPY checkout_build_install_llvm.sh /root/