From f403b33fd4a50c441c88c0aea5623ba3f74e1a66 Mon Sep 17 00:00:00 2001 From: Dennis Hermsmeier Date: Tue, 18 Dec 2018 10:42:06 +0100 Subject: [PATCH] formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb4e929..021073c 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Use this Dockerfile / -image to start a sshd-server upon a lightweight Alpine co This image is designed to be as slim and vanilla as possible. If you need additional Tools like `git` or `bash`-shell, I definetly recommend to build your own image on top of `alpine-sshd`: ```Dockerfile -FROM hermsi/alpine-sshd:latest +FROM hermsi/alpine-sshd:latest -RUN apk add --no-cache --upgrade \ - git \ - bash +RUN apk add --no-cache --upgrade \ + git \ + bash ``` ### Basic Usage #### Authentication by password