remove extra gh app from Dockerfile

This commit is contained in:
mullayanov
2025-04-17 22:00:52 +05:00
parent e4f5003a08
commit 261d21b4aa

View File

@@ -15,7 +15,6 @@ RUN .\install-choco.ps1; Remove-Item .\install-choco.ps1 -Force
# Install dependencies with Chocolatey
RUN choco install -y \
git \
gh \
powershell-core \
docker-cli \
python \