Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update && \
apt-get install -y \
git \
curl \
jq \
unzip \
pipx \
python3-requests && \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down