diff --git a/docker/bruchtal-webhook/deploy/Dockerfile b/docker/bruchtal-webhook/deploy/Dockerfile index 626aaa0..50e68b0 100644 --- a/docker/bruchtal-webhook/deploy/Dockerfile +++ b/docker/bruchtal-webhook/deploy/Dockerfile @@ -1,3 +1,8 @@ FROM thecatlady/webhook:2.8.0 + USER root -RUN apk add --no-cache git docker-cli bash openssh-client \ No newline at end of file + +RUN apk add --no-cache git docker-cli bash openssh-client + +RUN mkdir -p /root/.ssh && \ + ssh-keyscan gitea >> /root/.ssh/known_hosts \ No newline at end of file