Files
Bruchtal/docker/bruchtal-webhook/deploy/Dockerfile
2026-02-23 08:47:10 +01:00

8 lines
187 B
Docker

FROM thecatlady/webhook:2.8.0
USER root
RUN apk add --no-cache git docker-cli bash openssh-client
RUN mkdir -p /root/.ssh && \
ssh-keyscan 102.168.178.204 >> /root/.ssh/known_hosts