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

View file

@ -1,7 +0,0 @@
FROM alpine
RUN apk update && \
apk add --no-cache curl jq bash git coreutils zip openssh zsh && \
rm -rf /var/cache/apk/*
CMD [ "zsh" ]