Commit 79eb6aa
authored
devenv: Explicitly install ca-certificates before curl (#142)
The Debian sid base image may not include ca-certificates, and curl
only Recommends (not Depends on) it. This causes curl to fail with
SSL trust anchor errors when fetching the GitHub CLI keyring.
Assisted-by: Claude Code (Opus 4.6)
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>1 parent 2af5233 commit 79eb6aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments