feat: add vms devcontainer
Some checks failed
Build container / fedora-build (push) Failing after 4m20s

This commit is contained in:
Job
2025-11-10 17:47:53 +01:00
parent 7e27784a9a
commit de0ef779c0
3 changed files with 17 additions and 0 deletions

View File

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