docker-swiss-army-knife/ubuntu/Dockerfile

6 lines
125 B
Text
Raw Normal View History

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