Bug 1840829 - Install orjson in the decision task image. r=taskgraph-reviewers,ahal

Differential Revision: https://phabricator.services.mozilla.com/D248459
This commit is contained in:
Marco Castelluccio
2025-05-15 15:04:03 +00:00
committed by mcastelluccio@mozilla.com
parent 4d1ac57103
commit ee9c246bca

View File

@@ -8,7 +8,14 @@ apt-get update
apt-get install \ apt-get install \
python \ python \
sudo \ sudo \
python3-yaml python3-yaml \
python3-pip
pip install --disable-pip-version-check --quiet --no-cache-dir orjson==3.10.15
apt-get remove --purge python3-pip
apt-get autoremove --purge
apt-get clean
apt-get autoclean
rm -rf /var/lib/apt/lists/ rm -rf /var/lib/apt/lists/
rm "$0" rm "$0"