Skip to content

Commit

Permalink
Merge e8d5f4f into d1a6e12
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed May 2, 2020
2 parents d1a6e12 + e8d5f4f commit 6e2a737
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/docker/Dockerfile
Expand Up @@ -68,6 +68,13 @@ RUN . /etc/os-release && \
update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-${CLANG_VERSION} 1000 \
--slave /usr/bin/clang clang /usr/bin/clang-${CLANG_VERSION}

# .ssh/config

RUN mkdir ~/.ssh ; \
echo "host svn.osdn.jp" >> ~/.ssh/config && \
echo " StrictHostKeyChecking no" >> ~/.ssh/config && \
chmod 600 ~/.ssh/config

RUN mkdir /iutest
VOLUME [ "/iutest" ]
WORKDIR /iutest

0 comments on commit 6e2a737

Please sign in to comment.