make - autocommit

This commit is contained in:
Anatolii Zimovskii 2023-06-08 15:39:08 +03:00
parent 232e10ab9f
commit 58a94a2c7f
Signed by: stam
GPG Key ID: E149C3760CFA3C7E
3 changed files with 4 additions and 4 deletions

View File

@ -209,7 +209,7 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
RUN mkdir -p /usr/share/dotnet/host/fxr RUN mkdir -p /usr/share/dotnet/host/fxr
# Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache # Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache
RUN dotnet help && \ RUN dotnet --info && \
pwsh-preview -v && \ pwsh-preview -v && \
pwsh -v pwsh -v

View File

@ -74,7 +74,7 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
RUN mkdir -p /usr/share/dotnet/host/fxr RUN mkdir -p /usr/share/dotnet/host/fxr
# Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache # Trigger .NET CLI first run experience by running arbitrary cmd to populate local package cache
RUN dotnet help && \ RUN dotnet --info && \
pwsh-preview -v && \ pwsh-preview -v && \
pwsh -v pwsh -v

View File

@ -66,12 +66,12 @@ 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 CLI first run experience by running arbitrary cmd to populate local package cache
RUN dotnet help && \ RUN dotnet --info && \
pwsh-preview -v && \ pwsh-preview -v && \
pwsh -v pwsh -v