Update Dockerfile

This commit is contained in:
Julius Zeidler 2024-03-26 11:43:46 +00:00
parent 9d3e8bb6a2
commit e2ce2700b5

View file

@ -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" ]
CMD [ "zsh" ]