Skip to content

Commit 0109bec

Browse files
Revert "tools/docker: add qemu-user-binfmt to syz-env"
This reverts commit 8c86a47. Apparently binfmt_misc cannot be mounted within the Docker container, so we don't need these hooks.
1 parent 946d28f commit 0109bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/env/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends
1717
# These are needed to build Linux kernel:
1818
flex bison bc libelf-dev libssl-dev \
1919
# qemu-user is required to run alien arch binaries in pkg/cover tests.
20-
qemu-user qemu-user-binfmt \
20+
qemu-user \
2121
# These are various fsck-like commands needed for prog/fsck:
2222
dosfstools e2fsprogs btrfs-progs util-linux f2fs-tools jfsutils \
2323
util-linux dosfstools ocfs2-tools reiserfsprogs xfsprogs erofs-utils \

0 commit comments

Comments
 (0)