Files
devcontainer/containers/vms/Containerfile
2025-11-10 17:57:21 +01:00

6 lines
104 B
Docker

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