This repository has been archived on 2022-04-20. You can view files and clone it, but cannot push or open issues or pull requests.
app/Dockerfile.scp
Jonas Franz f2b7bb0bc3
All checks were successful
the build was successful
Fix dockerfile
2018-10-08 17:08:12 +02:00

3 lines
139 B
Docker

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