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:
committed by
mcastelluccio@mozilla.com
parent
4d1ac57103
commit
ee9c246bca
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user