Skip to content

Commit 25b17ee

Browse files
committed
Add missing package to s390x builder
1 parent 999cb50 commit 25b17ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/docker/s390x-unknown-linux-gnu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
55
gcc libc6-dev \
66
gcc-s390x-linux-gnu libc6-dev-s390x-cross \
77
debian-archive-keyring debootstrap cpio \
8-
qemu-user-static qemu-system-s390x \
8+
binfmt-support qemu-user-static qemu-system-s390x \
99
sshpass openssh-client
1010

1111
COPY linux-image.sh /

0 commit comments

Comments
 (0)