Skip to content

Commit

Permalink
Change default shell from /bin/ash to /bin/sh (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
rskallies authored Jun 22, 2024
1 parent d5a8c9c commit a44db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN \
&& chmod a+x /usr/bin/ha \
&& ha completion bash > /usr/share/bash-completion/completions/ha \
\
&& sed -i -e "s#bin/ash#bin/zsh#" /etc/passwd \
&& sed -i -e "s#bin/sh#bin/zsh#" /etc/passwd \
\
&& git clone --branch "v4.3.3" --depth=1 \
https://github.com/warmcat/libwebsockets.git /tmp/libwebsockets \
Expand Down

0 comments on commit a44db0d

Please sign in to comment.