Fix dockerfile
the build was successful Details

This commit is contained in:
Jonas Franz 2018-10-08 17:08:12 +02:00
parent ca7bf35f7b
commit f2b7bb0bc3
No known key found for this signature in database
GPG Key ID: 506AEEBE80BEDECD
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
FROM alpine
RUN apk add --no-cache openssh-client
RUN apk add --no-cache openssh-client
RUN mkdir ~/.ssh && ssh-keyscan -H home.jonasfranz.software -P 2222 >> ~/.ssh/known_hosts