All checks were successful
Build container / fedora-build (push) Successful in 5m48s
8 lines
106 B
Docker
8 lines
106 B
Docker
ARG TAG
|
|
FROM git.plabble.org/job79/fedora:${TAG}
|
|
USER root
|
|
|
|
RUN dnf -y install qemu-system-x86
|
|
|
|
USER user
|