mirror of
https://github.com/neingeist/docker-mod-openssh-server-tweaks.git
synced 2026-01-07 02:47:03 +01: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/ /
|