FROM debian
RUN apt -y update && \
apt install -y curl jq bash git coreutils zip openssh zsh
CMD [ "zsh" ]