Added libpython-dev and libpython3-dev installation in containers.

This commit is contained in:
Andrey Semashev
2021-09-16 01:37:47 +03:00
parent 7192dd51a9
commit d95a1617a1

View File

@@ -253,7 +253,7 @@ jobs:
if [ -f "/etc/debian_version" ]
then
apt-get -o Acquire::Retries=$NET_RETRY_COUNT update
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y sudo software-properties-common tzdata wget curl apt-transport-https ca-certificates make build-essential g++ python python3 git cmake
apt-get -o Acquire::Retries=$NET_RETRY_COUNT install -y sudo software-properties-common tzdata wget curl apt-transport-https ca-certificates make build-essential g++ python python3 libpython-dev libpython3-dev git cmake
fi
fi
git config --global pack.threads 0