Files
setup-ansible/Dockerfile
Alex Frantz 526285897d
All checks were successful
Build and Publish Runner Image / build (push) Successful in 52s
add ssh client
2026-01-10 00:49:29 -05:00

6 lines
168 B
Docker

FROM node:20-alpine
RUN apk add --no-cache python3 py3-pip openssh-client && \
pip3 install --no-cache-dir --break-system-packages ansible-core
WORKDIR /workspace