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