chore(Containerfile): add awk
This commit is contained in:
@@ -8,7 +8,7 @@ FROM quay.io/fedora/fedora:42
|
|||||||
# === setup system ===
|
# === setup system ===
|
||||||
RUN dnf update -y && \
|
RUN dnf update -y && \
|
||||||
dnf copr enable -y atim/lazygit && \
|
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 \
|
bash-completion zoxide fd-find chafa lazygit procps \
|
||||||
git go npm
|
git go npm
|
||||||
|
|
||||||
@@ -30,5 +30,4 @@ COPY --chown=user:user config/bashrc .bashrc
|
|||||||
# === setup container ===
|
# === setup container ===
|
||||||
# Set timezone inside container.
|
# Set timezone inside container.
|
||||||
ENV TZ="Europe/Amsterdam"
|
ENV TZ="Europe/Amsterdam"
|
||||||
|
|
||||||
VOLUME /home/user
|
VOLUME /home/user
|
||||||
|
|||||||
Reference in New Issue
Block a user