Skip to content

Commit 6205335

Browse files
committed
Update dockerfile.samus
1 parent 1303dbc commit 6205335

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Dockerfile.samus

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ ENV VERSION=${VERSION}
66
WORKDIR /github/lsegal/yard
77
ENTRYPOINT samus publish release-v${VERSION}.tar.gz
88

9+
# Prepare credential config
10+
RUN mkdir -p ~/.ssh
11+
RUN echo "Host *" > ~/.ssh/config
12+
RUN echo " StrictHostKeyChecking no" >> ~/.ssh/config
13+
RUN chmod 400 ~/.ssh/config
914
COPY ./.samusprep/.samus /root/.samus
1015
COPY ./.samusprep/.gitconfig /root/.gitconfig
1116

0 commit comments

Comments
 (0)