commit 5aeb7698207567d52670007aadd427565bcb3156 Author: Jeffrey Serio <23226432+hyperreal64@users.noreply.github.com> Date: Mon Mar 4 07:05:40 2024 -0600 Add Containerfile diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..0f63be4 --- /dev/null +++ b/Containerfile @@ -0,0 +1,6 @@ +FROM registry.fedoraproject.org/fedora:latest + +RUN printf "fastestmirror=True\ndeltarpm=True\n" | tee -a /etc/dnf/dnf.conf \ + && dnf update -y \ + && dnf install -y '@container-management' '@development-tools' '@c-development' ostree rpm-ostree rsync \ + && dnf clean all