Files
devcontainer/containers/vms/Containerfile
Job79 de0ef779c0
Some checks failed
Build container / fedora-build (push) Failing after 4m20s
feat: add vms devcontainer
2025-11-10 17:47:53 +01:00

6 lines
97 B
Docker

ARG TAG
FROM git.plabble.org/job79/fedora:${TAG}
USER root
RUN dnf -y install qemu-x86
USER user