Add openssh to docker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
SebClem 2023-07-04 17:25:13 +02:00
parent 0cd5d4c176
commit db4d6524b7
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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