mirror of https://github.com/google/oss-fuzz.git
PowerDNS: Move to a newer boost in preparation for the move to C++17 (#4925)
This commit is contained in:
parent
167aec47bf
commit
875a944288
|
@ -20,7 +20,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
|
|||
# maintainer for this file
|
||||
|
||||
# install required packages to build your project
|
||||
RUN apt-get update && apt-get install -y autoconf automake bison dh-autoreconf flex libboost-all-dev libluajit-5.1-dev libedit-dev libprotobuf-dev libssl-dev libtool make pkg-config protobuf-compiler ragel
|
||||
RUN add-apt-repository -y ppa:savoury1/boost-defaults-1.71 && apt-get update && apt-get install -y autoconf automake bison dh-autoreconf flex boost1.71-dev libluajit-5.1-dev libedit-dev libprotobuf-dev libssl-dev libtool make pkg-config protobuf-compiler ragel
|
||||
|
||||
# checkout all sources needed to build your project
|
||||
RUN git clone https://github.com/PowerDNS/pdns.git pdns
|
||||
|
|
Loading…
Reference in New Issue