diff --git a/Containerfile b/Containerfile index 49ddcd2..35b3b20 100644 --- a/Containerfile +++ b/Containerfile @@ -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