diff --git a/Dockerfile b/Dockerfile index be9b83b..dde6473 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,8 @@ WORKDIR "/src/$PROJECT_NAME_ARG" # Things to avoid failure RUN dotnet nuget locals all --clear +RUN dotnet tool install --global dotnet-outdated-tool +ENV PATH="$PATH:/root/.dotnet/tools" RUN dotnet outdated RUN dotnet tool update --global dotnet-outdated-tool RUN dotnet outdated --upgrade