docker-swiss-army-knife/Dockerfile-debian

6 lines
118 B
Text
Raw Normal View History

FROM debian
RUN apt -y update && \
2024-03-26 11:54:47 +00:00
apt install -y curl jq bash git coreutils zip openssh zsh
CMD [ "zsh" ]