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 gitea >> /root/.ssh/known_hosts