From 082c867bec6685d98e31d36634014e519709a500 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scholz-Kallies?= Date: Wed, 5 Jun 2024 20:19:33 +0200 Subject: [PATCH] Change default shell from /bin/ash to /bin/sh --- ssh/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh/Dockerfile b/ssh/Dockerfile index 2d4824cd4..2a2a449d3 100644 --- a/ssh/Dockerfile +++ b/ssh/Dockerfile @@ -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 \