We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946d28f commit 0109becCopy full SHA for 0109bec
tools/docker/env/Dockerfile
@@ -17,7 +17,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q --no-install-recommends
17
# These are needed to build Linux kernel:
18
flex bison bc libelf-dev libssl-dev \
19
# qemu-user is required to run alien arch binaries in pkg/cover tests.
20
- qemu-user qemu-user-binfmt \
+ qemu-user \
21
# These are various fsck-like commands needed for prog/fsck:
22
dosfstools e2fsprogs btrfs-progs util-linux f2fs-tools jfsutils \
23
util-linux dosfstools ocfs2-tools reiserfsprogs xfsprogs erofs-utils \
0 commit comments