We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a051591 commit c56f013Copy full SHA for c56f013
deployment/docker/server/Dockerfile
@@ -59,7 +59,7 @@ RUN apk add --no-cache -U \
59
chown -R semaphore:0 /opt/semaphore && \
60
find /usr/lib/python* -iname __pycache__ | xargs rm -rf
61
62
-RUN echo 'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile /dev/null' > /etc/ssh/ssh_config.d/semaphore.conf
+RUN echo $'Host *\n StrictHostKeyChecking no\n UserKnownHostsFile /dev/null' > /etc/ssh/ssh_config.d/semaphore.conf
63
64
COPY --chown=1001:0 ./deployment/docker/server/ansible.cfg /etc/ansible/ansible.cfg
65
COPY --from=builder /go/src/semaphore/deployment/docker/server/server-wrapper /usr/local/bin/
0 commit comments