Commit 3ab70e9
fix: add openssl-devel to manylinux Dockerfiles for curl build
The curl contrib build requires OpenSSL development headers
(find_package(OpenSSL REQUIRED)) which are not pre-installed on the
manylinux_2_34 images. The libcurl-devel package does not pull in
openssl-devel as a dependency on these images.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 5994068 commit 3ab70e9
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments