diff --git a/Containerfile b/Containerfile index 999f889..7ae0083 100644 --- a/Containerfile +++ b/Containerfile @@ -1,7 +1,7 @@ FROM docker.io/fedora:41 # === setup system === -RUN dnf -y install neovim unzip \ +RUN dnf update -y && dnf -y install neovim unzip \ bash-completion zoxide fd-find procps \ git go npm