We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1303dbc commit 6205335Copy full SHA for 6205335
Dockerfile.samus
@@ -6,6 +6,11 @@ ENV VERSION=${VERSION}
6
WORKDIR /github/lsegal/yard
7
ENTRYPOINT samus publish release-v${VERSION}.tar.gz
8
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
14
COPY ./.samusprep/.samus /root/.samus
15
COPY ./.samusprep/.gitconfig /root/.gitconfig
16
0 commit comments