From db4d6524b75faeefc9ead9a4b2c34af0b0680757 Mon Sep 17 00:00:00 2001 From: SebClem Date: Tue, 4 Jul 2023 17:25:13 +0200 Subject: [PATCH] Add openssh to docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 297993b..ff3163b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint FROM python:3.11.4-alpine AS runtime-stage -RUN apk --no-cache add git +RUN apk --no-cache add git openssh # renovate: datasource=pypi depName=ansible ENV ANSIBLE_VERSION=8.1.0