chore(Containerfile): add awk
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user