An alpine linux container image with general tools to be used as a toolbox. Check the Containerfile for the details about installed tools in the source repo
Pull the image from ghcr.io
podman pull ghcr.io/tlbueno/toolbox:latest
git clone https://github.com/tlbueno/toolbox.git
cd toolbox
podman build -t toolbox:latest .