docker-swiss-army-knife/ubuntu/Dockerfile
Julius Zeidler 256f685f6b
Some checks failed
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Failing after 34s
add diff
2025-04-10 15:19:26 +02:00

5 lines
137 B
Docker

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