plumageRender/external/toml/.clusterfuzzlite/Dockerfile

7 lines
196 B
Docker
Raw Permalink Normal View History

2024-04-18 18:26:07 +08:00
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