Files
Bruchtal/compose/bruchtal-webhook/deploy/Dockerfile
2026-03-05 18:39:06 +01:00

8 lines
203 B
Docker

FROM thecatlady/webhook:2.8.0
USER root
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