We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321495b commit 4b9d2fdCopy full SHA for 4b9d2fd
Dockerfile
@@ -31,7 +31,7 @@ RUN dotnet restore -r linux-musl-x64
31
32
# Copy everything else and build
33
COPY src/Exercism.TestRunner.FSharp/ ./
34
-RUN dotnet publish -r linux-musl-x64 -c Release -o /opt/test-runner --no-restore --self-contained true
+RUN dotnet publish -r linux-musl-x64 -c Release -o /opt/test-runner --no-restore
35
36
# Build runtime image
37
FROM mcr.microsoft.com/dotnet/sdk:8.0.201-alpine3.19-amd64 AS runtime
0 commit comments