commit 8ce57d4f66162f79ebc473b5a36ad5aec33fb844 Author: Joshua Seiger-Eatwell Date: Thu Jan 2 23:32:42 2025 +0100 first commit diff --git a/Containerfile b/Containerfile new file mode 100644 index 0000000..46be148 --- /dev/null +++ b/Containerfile @@ -0,0 +1,9 @@ +ARG FEDORA_MAJOR_VERSION=41 + +FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} + +RUN rpm-ostree install \ + vim + +RUN rpm-ostree cleanup -m && \ + ostree container commit