From 261d21b4aa2aa0687230357fc5b3db16f37d00ec Mon Sep 17 00:00:00 2001 From: mullayanov Date: Thu, 17 Apr 2025 22:00:52 +0500 Subject: [PATCH] remove extra gh app from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1cbe43f..c463cb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \