This commit is contained in:
REDMOND\williamhe 2023-11-08 14:53:12 -08:00
Родитель 8ebc509cc9
Коммит 30a48156fe
4 изменённых файлов: 4 добавлений и 12 удалений

Просмотреть файл

@ -6,9 +6,7 @@ RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-trace
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-dump
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-counters
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-gcdump
# Update dotnet-monitor after .NET is out of preview to:
# dotnet-monitor --version 8.*
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0-preview.7.23402
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0
FROM mcr.microsoft.com/mirror/docker/library/debian:bookworm-slim
ARG BUILD_DIR=/tmp/oryx/build

Просмотреть файл

@ -6,9 +6,7 @@ RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-trace
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-dump
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-counters
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-gcdump
# Update dotnet-monitor after .NET is out of preview to:
# dotnet-monitor --version 8.*
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0-preview.7.23402
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0
FROM mcr.microsoft.com/mirror/docker/library/debian:bookworm-slim
ARG BUILD_DIR=/tmp/oryx/build

Просмотреть файл

@ -6,9 +6,7 @@ RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-trace
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-dump
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-counters
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-gcdump
# Update dotnet-monitor after .NET is out of preview to:
# dotnet-monitor --version 8.*
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0-preview.7.23402
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0
FROM mcr.microsoft.com/mirror/docker/library/debian:bullseye-slim
ARG BUILD_DIR=/tmp/oryx/build

Просмотреть файл

@ -6,9 +6,7 @@ RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-trace
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-dump
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-counters
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-gcdump
# Update dotnet-monitor after .NET is out of preview to:
# dotnet-monitor --version 8.*
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0-preview.7.23402
RUN dotnet tool install --tool-path /dotnetcore-tools dotnet-monitor --version 8.0.0
FROM mcr.microsoft.com/mirror/docker/library/debian:bullseye-slim
ARG BUILD_DIR=/tmp/oryx/build
ADD build ${BUILD_DIR}