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

3 lines
139 B
Docker
Raw Permalink Normal View History

2018-10-08 14:58:55 +00:00
FROM alpine
2018-10-08 15:08:12 +00:00
RUN apk add --no-cache openssh-client
RUN mkdir ~/.ssh && ssh-keyscan -H home.jonasfranz.software -P 2222 >> ~/.ssh/known_hosts