This repository contains an unofficial Dockerfile for Task, a simple and efficient task manager that is highly useful for automating CI/CD processes.
- Lightweight image based on
debian:bullseye-slim. - Includes essential tools like
git,curl, andvim. - Automatically installs Task CLI.
- Configured with a non-root user (
taskUser) for better security.