aboutsummaryrefslogtreecommitdiffstats
path: root/tools/docker
diff options
context:
space:
mode:
Diffstat (limited to 'tools/docker')
-rw-r--r--tools/docker/env/Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tools/docker/env/Dockerfile b/tools/docker/env/Dockerfile
index 25a4f3ddb..a10fdec0d 100644
--- a/tools/docker/env/Dockerfile
+++ b/tools/docker/env/Dockerfile
@@ -27,7 +27,10 @@ RUN dpkg --add-architecture i386 && \
g++-mips64el-linux-gnuabi64 g++-s390x-linux-gnu g++-riscv64-linux-gnu \
libc6-dev:i386 linux-libc-dev:i386 lib32gcc-8-dev lib32stdc++-8-dev \
# These are needed to build Linux kernel:
- flex bison bc libelf-dev libssl-dev && \
+ flex bison bc libelf-dev libssl-dev \
+ # qemu-user is required to run alien arch binaries in pkg/cover tests.
+ qemu-user \
+ && \
apt-get -y autoremove && \
apt-get clean autoclean && \
rm -rf /var/lib/apt/lists/{apt,dpkg,cache,log} /tmp/* /var/tmp/*