diff --git a/Dockerfile-debian b/Dockerfile-debian index 6fb9b69..9b552a8 100644 --- a/Dockerfile-debian +++ b/Dockerfile-debian @@ -1,5 +1,5 @@ FROM debian RUN apt -y update && \ - apt install -y curl jq bash git coreutils zip openssh zsh + apt install -y curl jq bash git coreutils zip zsh CMD [ "zsh" ]