Files
alpine-runner/Dockerfile
Renovate Bot c219f3e0ac
All checks were successful
/ build-docker (push) Successful in 3m52s
chore(deps): update alpine:latest docker digest to 4bcff63
2025-07-16 00:01:38 +00:00

8 lines
296 B
Docker

FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
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"