Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Aug 22, 2024
1 parent 09467d8 commit 58c1d19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/debian/12/gcc14/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 58c1d19

Please sign in to comment.