Skip to content

Commit b938910

Browse files
authored
Update Dockerfile
1 parent eb6e366 commit b938910

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN git config --global user.name "your-git-username"
99
RUN mkdir /root/.ssh
1010
COPY id_rsa* /root/.ssh/
1111
RUN chmod 400 /root/.ssh/id_rsa*
12-
# assuming the Git repo is on gitlab.com, so adapt accordingly
12+
# TODO : this line does assume this Git repo is on gitlab.com, so adapt accordingly
1313
RUN echo -e "Host gitlab.com\n\tStrictHostKeyChecking no" > /root/.ssh/config
1414

1515
COPY main.sh /

0 commit comments

Comments
 (0)