This commit is contained in:
2026-02-23 08:44:49 +01:00
parent f643161c0d
commit 4d1c5fb7c5

View File

@@ -1,3 +1,8 @@
FROM thecatlady/webhook:2.8.0 FROM thecatlady/webhook:2.8.0
USER root USER root
RUN apk add --no-cache git docker-cli bash openssh-client
RUN apk add --no-cache git docker-cli bash openssh-client
RUN mkdir -p /root/.ssh && \
ssh-keyscan gitea >> /root/.ssh/known_hosts