1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-18 05:49:11 +00:00
trezor-firmware/.clusterfuzzlite/Dockerfile

7 lines
227 B
Docker
Raw Permalink Normal View History

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool \
pkg-config
COPY . $SRC/trezor-firmware
WORKDIR $SRC/trezor-firmware/crypto
COPY .clusterfuzzlite/build.sh $SRC/