From 526285897d073cf242027af5164634620bea67e3 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 00:49:29 -0500 Subject: [PATCH] add ssh client --- Dockerfile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index c9608b5..de4c32d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -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 WORKDIR /workspace \ No newline at end of file