docker-swiss-army-knife/Dockerfile-debian

6 lines
110 B
Text
Raw Normal View History

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