We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2109133 commit fec07baCopy full SHA for fec07ba
tests/fuzzing/Dockerfile
@@ -2,10 +2,13 @@ FROM fedora:latest
2
3
RUN dnf install -y awk golang python git automake autoconf libcap-devel \
4
systemd-devel yajl-devel libseccomp-devel go-md2man \
5
- glibc-static python3-libmount libtool make honggfuzz git
+ glibc-static python3-libmount libtool make git libunwind-devel binutils-devel xz-devel \
6
+ libatomic
7
8
RUN git clone https://github.com/giuseppe/containers-fuzzing-corpus /testcases
9
10
+RUN git clone --depth 1 https://github.com/google/honggfuzz.git && cd hongfuzz && make -j $(nproc) && make install PREFIX=/usr
11
+
12
COPY run-tests.sh /usr/local/bin
13
14
WORKDIR /crun
0 commit comments