feat: add support for host-spawn

This commit is contained in:
Job
2025-07-18 21:10:12 +02:00
parent 1063e6d565
commit 388da00743
6 changed files with 12 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ FROM quay.io/fedora/fedora:42
RUN dnf update -y && \
dnf copr enable -y atim/lazygit && \
dnf -y install neovim unzip awk jq \
bash-completion zoxide fd-find chafa lazygit procps \
bash-completion host-spawn zoxide fd-find chafa lazygit procps \
git go npm
# === setup container user ===
@@ -26,6 +26,7 @@ RUN mkdir .config .local .cache
# Copy config into container.
COPY --chown=user:user config/bashrc .bashrc
COPY config/bin /usr/local/bin
# === setup container ===
# Set timezone inside container.