panamax-rs / panamax

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.
Apache License 2.0
427 stars 45 forks source link

Update Dockefile to libssl3 #112

Closed SoulSharer closed 1 month ago

SoulSharer commented 1 year ago

libssl1.1 no longer obtainable and is deprecated, update it to libssl3.

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'
SoulSharer commented 1 year ago

Had to force using vendored ssl for docker, probably not the best way around libssl1.1 missing, but it works.

k3d3 commented 1 month ago

Thank you for your PR! I've committed half of it - I found that it still worked using libssl3, without needing to add the vendored openssl feature.