FROM fedora-cloud:44
RUN dnf install -y httpd && \
dnf clean all && \
systemctl enable httpdducttape build -t fedora-httpd -f ./Machinefile
ducttape run fedora-httpd --publish 8080:80
curl http://$(ducttape ports fedora-httpd :80)
ducttape push fedora-httpd ghcr.io/spotsnel-infra/fedora-httpd