Merge pull request #22092 from overleaf/jpa-jq

[history-v1] install jq in the docker image

GitOrigin-RevId: c47516b02d52b4def6cd0c793868175b5d4b16e4
This commit is contained in:
Jakob Ackermann 2024-11-27 10:45:37 +01:00 committed by Copybot
parent 078a3b8d05
commit 9357f51fcf

View file

@ -4,6 +4,6 @@ set -ex
apt-get update
apt-get install parallel --yes
apt-get install jq parallel --yes
rm -rf /var/lib/apt/lists/*