Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-09-17 14:59:08 +02:00
parent c616bac4d7
commit b7fd7428db

View File

@ -1,5 +1,7 @@
FROM alpine FROM alpine
ARG VERSION=1.2.0
RUN apk add --update openssh RUN apk add --update openssh
COPY sshd_config /etc/ssh/sshd_jumpuser_config COPY sshd_config /etc/ssh/sshd_jumpuser_config