From 62f5de810e252ad38025046c9f46d37701771561 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 23 Feb 2026 12:39:58 +0100 Subject: [PATCH] feat(deploy): RUN docker-compose --- docker/bruchtal-webhook/deploy/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/bruchtal-webhook/deploy/Dockerfile b/docker/bruchtal-webhook/deploy/Dockerfile index 7c7b7e1..6f285c0 100644 --- a/docker/bruchtal-webhook/deploy/Dockerfile +++ b/docker/bruchtal-webhook/deploy/Dockerfile @@ -2,7 +2,7 @@ FROM thecatlady/webhook:2.8.0 USER root -RUN apk add --no-cache git docker-cli bash openssh-client - +RUN apk add --no-cache git docker-cli bash openssh-client docker-compose + RUN mkdir -p /root/.ssh && \ ssh-keyscan 192.168.178.204 >> /root/.ssh/known_hosts \ No newline at end of file