From ba33a87fb10114ce8bbb7fb0fee93f42af83d238 Mon Sep 17 00:00:00 2001 From: Job79 Date: Sun, 29 Sep 2024 11:30:36 +0200 Subject: [PATCH] feat: update container on build --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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