Skip to content

Commit

Permalink
ADD: docker needs root ssl certs to talk to github
Browse files Browse the repository at this point in the history
  • Loading branch information
fileformat committed May 22, 2024
1 parent f212910 commit c19d442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cache/
*.class
/completions/
crash.log
dashboard.md
dist/
.DS_Store
*.env
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN go build \
&& upx ghashboard

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /build/ghashboard /bin/ghashboard
WORKDIR /bin
ENTRYPOINT ["/bin/ghashboard"]

0 comments on commit c19d442

Please sign in to comment.