Merge pull request #3747 from sprat/fix-sshd

Fix sshd
This commit is contained in:
Rolf Neugebauer
2022-01-01 22:46:56 +00:00
committed by GitHub
12 changed files with 14 additions and 11 deletions

View File

@@ -22,4 +22,4 @@ COPY --from=mirror /out/ /
COPY etc/ /etc/
COPY usr/ /usr/
RUN mkdir -p /etc/ssh /root/.ssh && chmod 0700 /root/.ssh
CMD ["/sbin/tini", "/usr/bin/ssh.sh"]
CMD ["/sbin/tini", "-s", "/usr/bin/ssh.sh"]

View File

@@ -16,3 +16,6 @@ config:
- /sys:/sys
capabilities:
- all
devices:
- path: all
type: a