Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds Docker support to goose via a multi-stage Dockerfile that: - Uses rust:1.75 for building - Uses debian:bookworm-slim for runtime - Includes required system dependencies - Provides documentation for Docker usage The Docker image allows running goose without installing Rust locally and provides a consistent runtime environment.
- Loading branch information