From 78eeb38ee0dc68c4c048a869f0705f8a4e556bfb Mon Sep 17 00:00:00 2001 From: Timon Zijnge Date: Wed, 18 Mar 2026 18:09:51 +0100 Subject: [PATCH] Manchester big-endian support * QA --- .devcontainer/s390x/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/s390x/Dockerfile b/.devcontainer/s390x/Dockerfile index a4d643c5..21a6289c 100644 --- a/.devcontainer/s390x/Dockerfile +++ b/.devcontainer/s390x/Dockerfile @@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND=noninteractive # Install QEMU user-mode emulation and s390x cross-compilation tools RUN dpkg --add-architecture s390x && \ - apt-get update && apt-get install -y \ + apt-get update && apt-get install -y --no-install-recommends\ qemu-user-static \ qemu-user \ binfmt-support \