morpheus

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheus.git
Log | Files | Refs | README | LICENSE

commit 0eb3d1456474a6b8ac5410fca3ecdc4702147e57
parent e8247e57d9017bf66e8ef8c95706145a809dc086
Author: MTRNord <mtrnord1@gmail.com>
Date:   Tue,  5 Dec 2017 22:10:49 +0100

Fix docker build

Signed-off-by: MTRNord <mtrnord1@gmail.com>

Diffstat:
M.circleci/images/primary/Dockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.circleci/images/primary/Dockerfile b/.circleci/images/primary/Dockerfile @@ -1,4 +1,5 @@ FROM therecipe/qt:linux #RUN mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config +RUN mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts RUN ssh-keyscan github.com >> ~/.ssh/known_hosts \ No newline at end of file