Skip to content

Commit c56f013

Browse files
committed
ci: fix hosts in ssh config
1 parent a051591 commit c56f013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker/server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ RUN apk add --no-cache -U \
5959
chown -R semaphore:0 /opt/semaphore && \
6060
find /usr/lib/python* -iname __pycache__ | xargs rm -rf
6161

62-
RUN echo 'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile /dev/null' > /etc/ssh/ssh_config.d/semaphore.conf
62+
RUN echo $'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile /dev/null' > /etc/ssh/ssh_config.d/semaphore.conf
6363

6464
COPY --chown=1001:0 ./deployment/docker/server/ansible.cfg /etc/ansible/ansible.cfg
6565
COPY --from=builder /go/src/semaphore/deployment/docker/server/server-wrapper /usr/local/bin/

0 commit comments

Comments
 (0)