make - autocommit

This commit is contained in:
Anatolii Zimovskii 2023-06-08 16:25:46 +03:00
parent 58a94a2c7f
commit 7ce0ce636e
Signed by: stam
GPG Key ID: E149C3760CFA3C7E

View File

@ -66,11 +66,11 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
dotnet-apphost-pack-7.0 \ dotnet-apphost-pack-7.0 \
# dotnet-host \ # dotnet-host \
procdump \ procdump \
procmon \ # procmon \
powershell-preview \ powershell-preview \
powershell powershell
# Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache # Trigger .NET CL\I first run experience by running arbitrary cmd to populate local package cache
RUN dotnet --info && \ RUN dotnet --info && \
pwsh-preview -v && \ pwsh-preview -v && \
pwsh -v pwsh -v