add qemu-user-binfmt
Some checks failed
/ build (push) Failing after 45s

This commit is contained in:
thislight 2024-07-13 22:01:08 +08:00
parent 68003564b2
commit 6c8ae48223
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ RUN dnf update -y --setopt install_weak_deps=False && \
java-11-openjdk java-11-openjdk-devel \
java-17-openjdk java-17-openjdk-devel \
java-21-openjdk java-21-openjdk-devel \
qemu-user-static && \
qemu-user-static qemu-user-binfmt && \
dnf group install -y --setopt install_weak_deps=False "C Development Tools and Libraries" && \
dnf group install -y --setopt install_weak_deps=False "Container Management" --exclude container-selinux &&\
dnf clean all -y