FROM alpine
RUN apk update && \
apk add --no-cache curl jq bash git coreutils zip openssh zsh && \
rm -rf /var/cache/apk/*
CMD [ "zsh" ]