All checks were successful
Build and Publish Runner Image / build (push) Successful in 51s
6 lines
172 B
Docker
6 lines
172 B
Docker
FROM node:20-alpine
|
|
|
|
RUN apk add --no-cache python3 py3-pip openssh-client git && \
|
|
pip3 install --no-cache-dir --break-system-packages ansible-core
|
|
|
|
WORKDIR /workspace |