mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-12 18:49:07 +00:00
fe75647b43
Signed-off-by: AdamKorcz <Adam@adalogics.com>
7 lines
227 B
Docker
7 lines
227 B
Docker
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/
|