feat: update container on build

This commit is contained in:
Job
2024-09-29 11:30:36 +02:00
parent 562b26b96a
commit 53cfeb1a62

@@ -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