docker-swiss-army-knife/ubuntu/Dockerfile
Julius Zeidler 8bbd3e17aa
All checks were successful
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Successful in 1m53s
add diffutils
2025-04-10 15:21:55 +02:00

5 lines
142 B
Docker

FROM ubuntu
RUN apt-get -y update && \
apt-get install -y curl diffutils jq bash git zsh docker nodejs npm yarn docker
CMD [ "zsh" ]