multi build
All checks were successful
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Successful in 1m6s

This commit is contained in:
Julius Zeidler 2025-04-10 01:04:17 +02:00
parent 06707ef647
commit 138b62aa31
3 changed files with 10 additions and 2 deletions

5
ubuntu/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM ubuntu
RUN apt-get -y update && \
apt-get install -y curl jq bash git zsh docker
CMD [ "zsh" ]