Merge branch 'main' into main

This commit is contained in:
ant-kurt
2025-07-28 16:43:21 -07:00
committed by GitHub
3 changed files with 106 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
dnsutils \
aggregate \
jq \
nano \
vim \
&& apt-get clean && rm -rf /var/lib/apt/lists/*
# Ensure default node user has access to /usr/local/share
@@ -60,6 +62,10 @@ ENV PATH=$PATH:/usr/local/share/npm-global/bin
# Set the default shell to zsh rather than sh
ENV SHELL=/bin/zsh
# Set the default editor and visual
ENV EDITOR nano
ENV VISUAL nano
# Default powerline10k theme
ARG ZSH_IN_DOCKER_VERSION=1.2.0
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v${ZSH_IN_DOCKER_VERSION}/zsh-in-docker.sh)" -- \