add diff
Some checks failed
Build images / check-docker (push) Successful in 2s
Build images / build-and-push (push) Failing after 34s

This commit is contained in:
Julius Zeidler 2025-04-10 15:19:26 +02:00
parent 912d440b9d
commit 256f685f6b
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 docker
apt-get install -y curl diff jq bash git zsh docker nodejs npm yarn docker
CMD [ "zsh" ]