You must login to view /gokrazy/tools/src/commit/45b2b940f6eed29185819378b493a58bb3ccc6a2/internal.
The GitHub option should be usable for most people, it only links via username.

Files
podman-static/Dockerfile-ssh
2020-08-09 19:51:31 +02:00

6 lines
143 B
Plaintext

ARG BASEIMAGE
FROM ${BASEIMAGE}
RUN apk add --update --no-cache openssh
COPY sshd_config /podman/.ssh/
RUN chown -R podman:podman /podman/.ssh