alpine-runner/Dockerfile
Renovate Bot ead30bab2c
All checks were successful
/ build-docker (push) Successful in 10m12s
chore(deps): update alpine:latest docker digest to 5cc1526
2024-12-05 23:00:39 +00:00

8 lines
296 B
Docker

FROM alpine:latest@sha256:5cc1526ee5c99c2982793abe22861e6047cfb5c8609cbe2d6bbe11d836263354
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"