publish step
Some checks failed
build-airflow-image / build (push) Failing after 10s
Build images / build-and-push-arch (push) Failing after 10s
kaniko / deploy (push) Failing after 55s

This commit is contained in:
Julius Zeidler 2025-04-02 18:46:53 +02:00
parent 6c4c3ab629
commit becffc8cbd
2 changed files with 24 additions and 1 deletions

View file

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