Skip to content

Commit

Permalink
fix: correct apply --no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdevme committed Nov 1, 2021
1 parent d171917 commit adb6871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV SLACK_SIGNING_SECRET=""
ENV PORT=8080
ENV SSH_KNOWN_HOSTS="/etc/ssh/ssh_known_hosts"

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

ENTRYPOINT ["/gitops-commit"]
COPY gitops-commit /

0 comments on commit adb6871

Please sign in to comment.