diff --git a/Containerfile b/Containerfile index b19ab02..1c81152 100644 --- a/Containerfile +++ b/Containerfile @@ -2,8 +2,8 @@ ARG FEDORA_MAJOR_VERSION=41 FROM quay.io/fedora-ostree-desktops/silverblue:${FEDORA_MAJOR_VERSION} -RUN dnf install vim ncdu && \ - dnf remove firefox firefox-langpacks && \ +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