FROM fedora:latest
RUN dnf install -y git openssh \
	edk2-ovmf qemu-system-x86 \
	python2 python2-requests \
	python3 python3-requests
