Summary of the new feature / enhancement
Hi, is it possible to add git inside this image please? I always need to install it manually in my gitlab pipeline.
- apt update
- apt install -y git
thanks
Proposed technical implementation details (optional)
- apt update
- apt install -y git