Browse Source

infra.flowdat.com key

Luciano Andrade 7 years ago
parent
commit
6888a08eea
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -15,6 +15,7 @@ ADD . /opt/ftth
 
 RUN mkdir ~/.ssh
 RUN ssh-keyscan -H bitbucket.org >> ~/.ssh/known_hosts
+RUN ssh-keyscan -H -p 222 infra.flowdat.com >> ~/.ssh/known_hosts
 RUN ssh-keyscan -H -p 222 200.50.168.30 >> ~/.ssh/known_hosts
 
 WORKDIR /opt/ftth