From e2ce2700b50b7370d569c3d68ce9b26a23fcb91b Mon Sep 17 00:00:00 2001 From: Julius Zeidler Date: Tue, 26 Mar 2024 11:43:46 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ccc3b69..547a839 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine RUN apk update && \ - apk add --no-cache curl jq bash git coreutils zip openssh && \ + apk add --no-cache curl jq bash git coreutils zip openssh zsh && \ rm -rf /var/cache/apk/* -CMD [ "bash" ] \ No newline at end of file +CMD [ "zsh" ]