chore(Containerfile): add awk

This commit is contained in:
Job
2025-03-24 20:52:29 +01:00
parent f7cf06f26f
commit 4e7a3c1cf3

View File

@@ -8,7 +8,7 @@ FROM quay.io/fedora/fedora:42
# === setup system ===
RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install neovim unzip \
dnf -y install neovim unzip awk \
bash-completion zoxide fd-find chafa lazygit procps \
git go npm
@@ -30,5 +30,4 @@ COPY --chown=user:user config/bashrc .bashrc
# === setup container ===
# Set timezone inside container.
ENV TZ="Europe/Amsterdam"
VOLUME /home/user