jq and curl

This commit is contained in:
2026-05-06 17:30:34 +03:00
parent 0b1ba393df
commit b5e10495fe
7 changed files with 17 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM node:24-bookworm-slim
RUN apt-get update && \
apt-get install -y --no-install-recommends docker.io bash git ca-certificates curl && \
apt-get install -y --no-install-recommends docker.io bash git ca-certificates curl gnupg jq && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*