Skip to content

Commit

Permalink
Update Dockerfile to add package FsToolkit.ErrorHandling
Browse files Browse the repository at this point in the history
Adding package FsToolkit.ErrorHandling to pre-installed packages for F# as discussed in this thread: https://forum.exercism.org/t/criteria-for-adding-nuget-packages-result-helper-library-would-be-nice/11164
  • Loading branch information
mattnewport authored May 10, 2024
1 parent fa8f847 commit eb8ffcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN dotnet add package FSharp.Core -v 6.0.1
RUN dotnet add package FSharp.Core -v 7.0.400
RUN dotnet add package FSharp.Core -v 8.0.101
RUN dotnet add package FParsec -v 1.1.1
RUN dotnet add package FsToolkit.ErrorHandling -v 4.15.2

WORKDIR /app

Expand Down

0 comments on commit eb8ffcd

Please sign in to comment.