feat: add vms devcontainer
This commit is contained in:
5
containers/vms/Containerfile
Normal file
5
containers/vms/Containerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
ARG TAG
|
||||
FROM git.plabble.org/job79/fedora:${TAG}
|
||||
USER root
|
||||
RUN dnf -y install qemu-system-x86
|
||||
USER user
|
||||
Reference in New Issue
Block a user