docker-swiss-army-knife/Dockerfile-ubuntu

6 lines
104 B
Text
Raw Normal View History

FROM ubuntu
RUN apt-get -y update && \
2024-03-26 12:03:07 +00:00
apt-get install -y curl jq bash git zsh
CMD [ "zsh" ]