Skip to content

Commit ef9eb58

Browse files
authored
Update Dockerfile to add package FsToolkit.ErrorHandling (#224)
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
1 parent fa8f847 commit ef9eb58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN dotnet add package FSharp.Core -v 6.0.1
2121
RUN dotnet add package FSharp.Core -v 7.0.400
2222
RUN dotnet add package FSharp.Core -v 8.0.101
2323
RUN dotnet add package FParsec -v 1.1.1
24+
RUN dotnet add package FsToolkit.ErrorHandling -v 4.15.2
2425

2526
WORKDIR /app
2627

0 commit comments

Comments
 (0)