Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
setup known hosts
  • Loading branch information
guykisel committed Jul 21, 2017
commit c544e2f34ba9f9cd1572de2b04cb23eae086906c
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,8 @@ RUN curl -L https://get.rvm.io | bash -s stable
RUN bash -l -c "rvm requirements"
RUN bash -l -c "rvm install 2.0"
RUN bash -l -c "gem install bundler --no-ri --no-rdoc"

RUN mkdir -p /root/.ssh
RUN touch /root/.ssh/known_hosts
RUN chmod 0700 /root/.ssh
RUN chmod 0600 /root/.ssh/known_hosts