Update Dockerfile

consitent setting of env variables
This commit is contained in:
Guillaume Raille 2025-05-12 17:29:31 +02:00 committed by GitHub
parent beed46987e
commit d337047b92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ ENV NPM_CONFIG_PREFIX=/usr/local/share/npm-global
ENV PATH=$PATH:/usr/local/share/npm-global/bin ENV PATH=$PATH:/usr/local/share/npm-global/bin
# Set the default shell to bash rather than sh # Set the default shell to bash rather than sh
ENV SHELL /bin/zsh ENV SHELL=/bin/zsh
# Default powerline10k theme # Default powerline10k theme
RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \ RUN sh -c "$(wget -O- https://github.com/deluan/zsh-in-docker/releases/download/v1.2.0/zsh-in-docker.sh)" -- \