Make sshd example usefull for debugging

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
This commit is contained in:
Ilya Dmitrichenko
2017-04-08 11:41:21 +01:00
parent ff009335a2
commit a3638a2b8f
3 changed files with 5 additions and 16 deletions

View File

@@ -5,6 +5,7 @@ RUN \
apk add --no-cache \
openssh-server \
tini \
util-linux \
&& true
COPY . .