mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 19:37:38 +00:00
Merge pull request #22092 from overleaf/jpa-jq
[history-v1] install jq in the docker image GitOrigin-RevId: c47516b02d52b4def6cd0c793868175b5d4b16e4
This commit is contained in:
parent
078a3b8d05
commit
9357f51fcf
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
|
|
Loading…
Add table
Reference in a new issue