[Troubleshooting] Error: could not find system library ‘openssl’ required by the ‘openssl-sys’ crate
When using reqwest crate and building docker images with Dockerfile mentioned in this article, you will encounter openssl issues due to missing packages. It turns out that below line is…