feat: add jq to runtime image
This commit is contained in:
parent
0d8c8b9cfd
commit
c4c389db6b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ FROM ${BASE_IMAGE}
|
|||
RUN --mount=type=cache,target=/var/lib/apt \
|
||||
--mount=type=cache,target=/var/lib/cache \
|
||||
apt-get update && \
|
||||
apt-get install -y git-lfs ca-certificates curl gnupg gcc make unzip libgraphite2-3 zstd && \
|
||||
apt-get install -y git-lfs ca-certificates curl jq gnupg gcc make unzip libgraphite2-3 zstd && \
|
||||
mkdir -p /etc/apt/keyrings/ && \
|
||||
curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg && \
|
||||
echo \
|
||||
|
|
Loading…
Add table
Reference in a new issue