From 1dd3af555f4d7fddbeb5999beb85a4e3723a07d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Kr=C3=B3likowski?= Date: Thu, 23 Oct 2025 20:01:51 +0200 Subject: [PATCH] adding jq tool --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6cae1ff..9a5613d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN apt-get update && \ apt-get install -y \ git \ curl \ + jq \ unzip \ pipx \ python3-requests && \ diff --git a/README.md b/README.md index 650a934..433779b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This Docker image is based on Ubuntu 24.04 and includes popular IAC tools common - Git - Version control system - Curl - Command line tool for transferring data +- JQ - Command line JSON processor - Unzip - Archive extraction utility - Pipx - Tool for installing and running Python applications in isolated environments