added python3
All checks were successful
Build and Push Alpine Container / build-and-push-arch (amd64) (push) Successful in 51s
Build and Push Alpine Container / build-and-push-arch (arm64) (push) Successful in 1m5s
Build and Push Alpine Container / merge-images-via-manifest (push) Successful in 1s

This commit is contained in:
Xaver Russ 2025-09-30 14:24:22 +02:00
parent 1224137bc0
commit 90e56ae991

View file

@ -20,6 +20,7 @@ RUN apk add --no-cache \
openrc \ openrc \
openssh \ openssh \
openssl \ openssl \
python3 \
sudo \ sudo \
git \ git \
nano \ nano \