diff --git a/Dockerfile b/Dockerfile index 438a214..9e8cdb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ ENV OPENSSH_VERSION=${OPENSSH_VERSION} \ ADD entrypoint.sh / RUN apk add --upgrade --no-cache openssh=${OPENSSH_VERSION} \ - && chmod +x /entrypoint.sh \ - && mkdir -p /root/.ssh \ - && rm -rf /var/cache/apk/* /tmp/* + && chmod +x /entrypoint.sh \ + && mkdir -p /root/.ssh \ + && rm -rf /var/cache/apk/* /tmp/* EXPOSE 22 VOLUME ["/etc/ssh"]