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

This commit is contained in:
Julius Zeidler 2025-04-10 15:13:20 +02:00
parent 380d18c806
commit 912d440b9d
2 changed files with 2 additions and 2 deletions

View file

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