alpine-runner/Dockerfile
Renovate Bot 7cb73f600a
All checks were successful
/ build-docker (push) Successful in 14m54s
chore(deps): update alpine:latest docker digest to 1e42bbe
2024-11-12 05:00:54 +00:00

8 lines
296 B
Docker

FROM alpine:latest@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a
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"