mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-08 13:50:06 +00:00
828afc3b1e
Signed-off-by: David Korczynski <david@adalogics.com>
7 lines
196 B
Docker
7 lines
196 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder
|
|
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
|
|
|
COPY . $SRC/toml11
|
|
COPY .clusterfuzzlite/build.sh $SRC/build.sh
|
|
WORKDIR $SRC/toml11
|