bench
bench copied to clipboard
libssl1.1 not available on Ubuntu 22.04
- Our ansible playbook wants to install
libssl1.1
, but this is not available on Ubuntu, hence the playbook fails - Ubuntu 22.04 ships with
libssl3
- frappe_docker installs only
libssl-dev
(source)
Which of these do we actually need?