scripts: add libssl-dev dependency
This is required for operating systems that need to build the pycurl wheel Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
83eddf5e7d
commit
233be2e889
|
@ -37,7 +37,7 @@ cleanup_legacy() {
|
|||
install_packages()
|
||||
{
|
||||
PKGLIST="python3-virtualenv python3-dev nginx libopenjp2-7 python3-libgpiod"
|
||||
PKGLIST="${PKGLIST} curl liblmdb0 libsodium-dev zlib1g-dev"
|
||||
PKGLIST="${PKGLIST} curl libssl-dev liblmdb0 libsodium-dev zlib1g-dev"
|
||||
|
||||
# Update system package info
|
||||
report_status "Running apt-get update..."
|
||||
|
|
Loading…
Reference in New Issue