mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
6 lines
212 B
Docker
6 lines
212 B
Docker
FROM gcr.io/oss-fuzz-base/base-builder:v1
|
|
RUN apt-get update && apt-get install -y make autoconf automake libtool meson ninja-build
|
|
COPY . $SRC/tinyusdz
|
|
WORKDIR $SRC/tinyusdz
|
|
COPY .clusterfuzzlite/build.sh $SRC/
|