PowerShell-Docker icon indicating copy to clipboard operation
PowerShell-Docker copied to clipboard

Git

Open AdeeelAsif opened this issue 1 month ago • 0 comments

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

AdeeelAsif avatar Dec 16 '25 10:12 AdeeelAsif