mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-22 11:00:08 +02:00

[history-v1] install jq in the docker image GitOrigin-RevId: c47516b02d52b4def6cd0c793868175b5d4b16e4
9 lines
99 B
Bash
Executable file
9 lines
99 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
apt-get update
|
|
|
|
apt-get install jq parallel --yes
|
|
|
|
rm -rf /var/lib/apt/lists/*
|