6 lines
143 B
Plaintext
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
|