alpine-runner/Dockerfile
Renovate Bot 58192b8fc3
All checks were successful
/ build-docker (push) Successful in 6m59s
chore(deps): update alpine:latest docker digest to 8a1f59f
2025-05-30 19:00:41 +00:00

8 lines
296 B
Docker

FROM alpine:latest@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
RUN apk update
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
ENV PATH="/root/.local/bin:$PATH"