This commit is contained in:
2026-02-23 09:01:34 +01:00
parent f8c4f60a2d
commit 55a5d94300

View File

@@ -5,4 +5,4 @@ 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 && \ RUN mkdir -p /root/.ssh && \
ssh-keyscan gitea >> /root/.ssh/known_hosts ssh-keyscan 192.168.178.204 >> /root/.ssh/known_hosts