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 d171917 commit adb6871Copy full SHA for adb6871
Dockerfile
@@ -4,7 +4,7 @@ ENV SLACK_SIGNING_SECRET=""
4
ENV PORT=8080
5
ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"
6
7
-RUN apk add -no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
+RUN apk add --no-cache openssh-client && ssh-keyscan -H github.com >> /etc/ssh/ssh_known_hosts
8
9
ENTRYPOINT ["/gitops-commit"]
10
COPY gitops-commit /
0 commit comments