Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/fuzzing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@ FROM fedora:latest

RUN dnf install -y awk golang python git automake autoconf libcap-devel \
systemd-devel yajl-devel libseccomp-devel go-md2man \
glibc-static python3-libmount libtool make honggfuzz git
glibc-static python3-libmount libtool make git libunwind-devel binutils-devel xz-devel \
libatomic clang

RUN git clone https://github.com/giuseppe/containers-fuzzing-corpus /testcases

RUN git clone --depth 1 https://github.com/google/honggfuzz.git && cd honggfuzz && make -j $(nproc) && make install PREFIX=/usr

COPY run-tests.sh /usr/local/bin

WORKDIR /crun
Expand Down