infra: base-builder: fix introspector builds (#11467)

Fixes: https://github.com/google/oss-fuzz/issues/11466
This commit is contained in:
DavidKorczynski 2024-01-11 00:27:36 +00:00 committed by GitHub
parent 5fa4f259c7
commit 3ebd26540c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ if [ "$SANITIZER" = "introspector" ]; then
unset CFLAGS
export G_ANALYTICS_TAG="G-8WTFM1Y62J"
apt-get install -y libjpeg-dev zlib1g-dev libyaml-dev
python3 -m pip install --upgrade setuptools
python3 -m pip install --upgrade pip setuptools
python3 -m pip install cxxfilt pyyaml beautifulsoup4 lxml soupsieve
python3 -m pip install --prefer-binary matplotlib