feat: update container on build
All checks were successful
Container build / container-build (push) Successful in 3m21s
All checks were successful
Container build / container-build (push) Successful in 3m21s
This commit is contained in:
parent
562b26b96a
commit
53cfeb1a62
@ -1,7 +1,7 @@
|
|||||||
FROM docker.io/fedora:41
|
FROM docker.io/fedora:41
|
||||||
|
|
||||||
# === setup system ===
|
# === setup system ===
|
||||||
RUN dnf -y install neovim unzip \
|
RUN dnf update -y && dnf -y install neovim unzip \
|
||||||
bash-completion zoxide fd-find procps \
|
bash-completion zoxide fd-find procps \
|
||||||
git go npm
|
git go npm
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user