Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
30d6b28e6d chore(deps): update alpine:latest docker digest to a8560b3
All checks were successful
/ build-docker (push) Successful in 5m16s
2025-02-14 20:01:21 +00:00
Renovate Bot
6b7e2c4c36 chore(deps): update alpine:latest docker digest to 56fa17d
All checks were successful
/ build-docker (push) Successful in 5m36s
2025-01-08 19:01:06 +00:00
Renovate Bot
eb531fedb7 chore(deps): update alpine:latest docker digest to b97e2a8
All checks were successful
/ build-docker (push) Successful in 10m21s
2025-01-07 05:01:07 +00:00

View File

@ -1,4 +1,4 @@
FROM alpine:latest@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 FROM alpine:latest@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
RUN apk update RUN apk update
RUN apk add --no-cache openssh nodejs npm git bash openssh python3 py3-pip py3-passlib RUN apk add --no-cache openssh nodejs npm git bash openssh python3 py3-pip py3-passlib
RUN python3 -m pip install --user ansible --break-system-packages RUN python3 -m pip install --user ansible --break-system-packages