mirror of
https://github.com/neingeist/docker-mod-openssh-server-tweaks.git
synced 2025-06-09 04:10:12 +02:00
7 lines
159 B
Text
7 lines
159 B
Text
|
FROM scratch
|
||
|
|
||
|
LABEL maintainer="neingeist"
|
||
|
LABEL org.opencontainers.image.source="https://github.com/neingeist/docker-mod-openssh-server-tweaks"
|
||
|
|
||
|
COPY root/ /
|