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

This commit is contained in:
Julius Zeidler 2025-04-10 19:28:41 +02:00
parent d9c12885dd
commit cef9837c80

View file

@ -1,7 +1,7 @@
FROM alpine FROM alpine
RUN apk update && \ RUN apk update && \
apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker && \ apk add --no-cache curl diffutils jq bash git coreutils zip openssh zsh nodejs npm yarn docker python3 py3-pip && \
rm -rf /var/cache/apk/* rm -rf /var/cache/apk/*
CMD [ "zsh" ] CMD [ "zsh" ]