formatting foo

This commit is contained in:
Dennis Hermsmeier 2019-01-23 21:05:51 +01:00 committed by GitHub
parent 69700a36b1
commit e4f05c2061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"]