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