mirror of
https://github.com/thisistherk/fast_obj.git
synced 2025-04-04 13:05:02 +00:00
6 lines
No EOL
199 B
Docker
6 lines
No EOL
199 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_obj
|
|
COPY .clusterfuzzlite/build.sh $SRC/build.sh
|
|
WORKDIR $SRC/fast_obj |