Skip to content

Commit

Permalink
dev-shell: set default SHELL env var
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Aug 19, 2024
1 parent f9efe6b commit fa39822
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions imags/dev-shell/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ RUN cat /usr/local/share/ca-certificates/l7-fwd-proxy.crt >> /etc/ssl/certs/ca-c
/home/user \
&& chmod 777 /tmp

ENV SHELL=${SHELL}

USER ${UID}:${GID}
WORKDIR /src
ENTRYPOINT /bin/zsh

0 comments on commit fa39822

Please sign in to comment.