Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit d0ba269

Browse files
committed
Add ca-certificates as dependency to rpm and deb
This should resolve the problem of the CLI not being able to contact the server when a .deb is installed in the ubuntu Docker image.
1 parent 9f6242f commit d0ba269

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ nfpms:
102102
formats:
103103
- rpm
104104
- deb
105+
dependencies:
106+
- ca-certificates
105107
recommends:
106108
- xclip
107109
scripts:

0 commit comments

Comments
 (0)