We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6e366 commit b938910Copy full SHA for b938910
1 file changed
Dockerfile
@@ -9,7 +9,7 @@ RUN git config --global user.name "your-git-username"
9
RUN mkdir /root/.ssh
10
COPY id_rsa* /root/.ssh/
11
RUN chmod 400 /root/.ssh/id_rsa*
12
-# assuming the Git repo is on gitlab.com, so adapt accordingly
+# TODO : this line does assume this Git repo is on gitlab.com, so adapt accordingly
13
RUN echo -e "Host gitlab.com\n\tStrictHostKeyChecking no" > /root/.ssh/config
14
15
COPY main.sh /
0 commit comments