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

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