From 58c1d1999ef417e42173c54aa57c96a7bf5f9242 Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Thu, 22 Aug 2024 05:49:14 -0700 Subject: [PATCH] Comments --- src/debian/12/gcc14/amd64/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/debian/12/gcc14/amd64/Dockerfile b/src/debian/12/gcc14/amd64/Dockerfile index 73a837047..ba8f2684d 100644 --- a/src/debian/12/gcc14/amd64/Dockerfile +++ b/src/debian/12/gcc14/amd64/Dockerfile @@ -31,8 +31,7 @@ ENV LANG=en_US.utf8 RUN ln -s $(command -v gcc) /usr/bin/gcc-14 && \ ln -s $(command -v g++) /usr/bin/g++-14 -# Install powershell. This is in the debpkg/amd64 docker file as it may not be required in the arm64 -# images, and is not actually supported over there. +# Install powershell. Specifically use deb 11 PMC because 12 doesn't have it yet. RUN apt-get update && \ apt-get install -y \ apt-transport-https \