feat: add support for host-spawn
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user