docker-swiss-army-knife/ubuntu/Dockerfile

6 lines
132 B
Text
Raw Normal View History

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