Commit 1ef8d26
committed
fix(ccbr_atacseq): use HTTPS wget for CRAN GPG key in Dockerfile.v13
apt-key adv --keyserver keyserver.ubuntu.com is blocked in GitHub Actions
runners (exit code 255 / no outbound access to keyserver ports).
Use wget over HTTPS to fetch the ASCII-armored key and pipe to apt-key add -,
which is accessible from the CI network.
⚡ generated using AI ⚡1 parent 761ff4f commit 1ef8d26
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
| |||
0 commit comments