mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
6 lines
No EOL
219 B
Docker
6 lines
No EOL
219 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder
|
|
RUN apt-get update && apt-get install -y make autoconf automake libtool
|
|
|
|
COPY . $SRC/fast_double_parser
|
|
COPY .clusterfuzzlite/build.sh $SRC/build.sh
|
|
WORKDIR $SRC/fast_double_parser |