scripts: add libcurl4-openssl-dev dependency

This dependency is also require to build the pycurl wheel.

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-09-21 14:02:09 -04:00
parent 233be2e889
commit 46a8723566
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ cleanup_legacy() {
install_packages()
{
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
PKGLIST="${PKGLIST} curl libssl-dev liblmdb0 libsodium-dev zlib1g-dev"
PKGLIST="${PKGLIST} curl libcurl4-openssl-dev libssl-dev liblmdb0"
PKGLIST="${PKGLIST} libsodium-dev zlib1g-dev"
# Update system package info
report_status "Running apt-get update..."