Fix/exit on unlocked user (#9)

* fix unlocking user if user is unlocked

* thanks to @alxdembo
This commit is contained in:
Dennis Hermsmeier
2019-11-28 07:54:59 +01:00
committed by GitHub
parent 9edbfe2df5
commit c346abfc31
2 changed files with 10 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:"${ALPINE_VERSION}"
LABEL maintainer="https://github.com/hermsi1337"
ARG OPENSSH_VERSION="${OPENSSH_VERSION:-8.0_p1-r0}"
ARG OPENSSH_VERSION="${OPENSSH_VERSION:-8.1_p1-r0}"
ENV CONF_VOLUME="/conf.d"
ENV OPENSSH_VERSION="${OPENSSH_VERSION}" \
CACHED_SSH_DIRECTORY="${CONF_VOLUME}/ssh" \