docker-swiss-army-knife/Dockerfile-ubuntu

6 lines
111 B
Text
Raw Normal View History

FROM ubuntu
RUN apt-get -y update && \
2025-04-02 18:46:53 +02:00
apt-get install -y curl jq bash git zsh docker
CMD [ "zsh" ]