add ssh client
All checks were successful
Build and Publish Runner Image / build (push) Successful in 52s

This commit is contained in:
2026-01-10 00:49:29 -05:00
parent bfde2f4d98
commit 526285897d

View File

@@ -1,18 +1,6 @@
# FROM catthehacker/ubuntu:act-latest
# RUN apt-add-repository ppa:ansible/ansible && \
# apt-get update && \
# apt-get install -y ansible && \
# apt-get clean && \
# rm -rf /var/lib/apt/lists/*
# RUN node --version && \
# npm --version && \
# ansible --version && \
# docker --version
FROM node:20-alpine FROM node:20-alpine
RUN apk add --no-cache python3 py3-pip && \ RUN apk add --no-cache python3 py3-pip openssh-client && \
pip3 install --no-cache-dir --break-system-packages ansible-core pip3 install --no-cache-dir --break-system-packages ansible-core
WORKDIR /workspace WORKDIR /workspace