docker-swiss-army-knife/ubuntu/Dockerfile

6 lines
137 B
Text
Raw Normal View History

FROM ubuntu
RUN apt-get -y update && \
2025-04-10 15:19:26 +02:00
apt-get install -y curl diff jq bash git zsh docker nodejs npm yarn docker
CMD [ "zsh" ]