Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
davidleonm committed Nov 19, 2024
1 parent 985cd0d commit c625348
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c625348

Please sign in to comment.