diff --git a/Containerfile b/Containerfile index 1c81152..541f3ca 100644 --- a/Containerfile +++ b/Containerfile @@ -2,8 +2,10 @@ ARG FEDORA_MAJOR_VERSION=41 FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} +COPY etc etc + RUN dnf install vim ncdu -y && \ dnf remove firefox firefox-langpacks -y && \ systemctl enable bootc-fetch-apply-updates.timer && \ ostree container commit && \ - bootc container lint \ No newline at end of file + bootc container lint diff --git a/etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf b/etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf new file mode 100644 index 0000000..5d9603b --- /dev/null +++ b/etc/systemd/system/bootc-fetch-apply-updates.service.d/override.conf @@ -0,0 +1,2 @@ +[Service] +ExecStart=/usr/bin/bootc update --quiet