Skip to content

Commit

Permalink
Update dockerfile.samus
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Apr 2, 2019
1 parent 1303dbc commit 6205335
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.samus
Expand Up @@ -6,6 +6,11 @@ ENV VERSION=${VERSION}
WORKDIR /github/lsegal/yard
ENTRYPOINT samus publish release-v${VERSION}.tar.gz

# Prepare credential config
RUN mkdir -p ~/.ssh
RUN echo "Host *" > ~/.ssh/config
RUN echo " StrictHostKeyChecking no" >> ~/.ssh/config
RUN chmod 400 ~/.ssh/config
COPY ./.samusprep/.samus /root/.samus
COPY ./.samusprep/.gitconfig /root/.gitconfig

Expand Down

0 comments on commit 6205335

Please sign in to comment.