mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-25 06:05:37 +03:00
make - autocommit
This commit is contained in:
parent
232e10ab9f
commit
58a94a2c7f
@ -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
|
||||
|
||||
# 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 -v
|
||||
|
||||
|
@ -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
|
||||
|
||||
# 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 -v
|
||||
|
||||
|
@ -66,12 +66,12 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
|
||||
dotnet-apphost-pack-7.0 \
|
||||
# dotnet-host \
|
||||
procdump \
|
||||
# procmon \
|
||||
procmon \
|
||||
powershell-preview \
|
||||
powershell
|
||||
|
||||
# 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 -v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user