From d337047b920eb8e2d93a5ff2e0bfd06d24936bba Mon Sep 17 00:00:00 2001 From: Guillaume Raille Date: Mon, 12 May 2025 17:29:31 +0200 Subject: [PATCH 1/2] Update Dockerfile consitent setting of env variables --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5c1b5d1e3..ecb0c1ccc 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -55,7 +55,7 @@ ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global ENV PATH=$PATH:/usr/local/share/npm-global/bin # Set the default shell to bash rather than sh -ENV SHELL /bin/zsh +ENV SHELL=/bin/zsh # Default powerline10k theme RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \ From e394b39220c9b9240ae7454f3ca7396a427d0ba8 Mon Sep 17 00:00:00 2001 From: Guillaume Raille Date: Fri, 16 May 2025 16:30:26 +0200 Subject: [PATCH 2/2] Update .devcontainer/Dockerfile Co-authored-by: Austin Macdonald --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index ecb0c1ccc..04fffd16b 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -54,7 +54,7 @@ USER node ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global ENV PATH=$PATH:/usr/local/share/npm-global/bin -# Set the default shell to bash rather than sh +# Set the default shell to zsh rather than sh ENV SHELL=/bin/zsh # Default powerline10k theme