diff options
| author | crobibero <cody@robibe.ro> | 2020-09-04 07:04:06 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-09-04 07:04:06 -0600 |
| commit | 583f47ea28853ba84258b399e2093cd7dd5c3a55 (patch) | |
| tree | 23261ccb5f92abb3eea892697695c4c3c8f2ea8e /Dockerfile.arm | |
| parent | 7a03e6d2c6dcbe20077a3a4a84a39b3728eca5a7 (diff) | |
Remove GenerateDocumentationFile
Diffstat (limited to 'Dockerfile.arm')
| -rw-r--r-- | Dockerfile.arm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.arm b/Dockerfile.arm index 751ab8611..efeed25df 100644 --- a/Dockerfile.arm +++ b/Dockerfile.arm @@ -21,7 +21,7 @@ ENV DOTNET_CLI_TELEMETRY_OPTOUT=1 # Discard objs - may cause failures if exists RUN find . -type d -name obj | xargs -r rm -r # Build -RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" --self-contained --runtime linux-arm "-p:GenerateDocumentationFile=true;DebugSymbols=false;DebugType=none" +RUN dotnet publish Jellyfin.Server --configuration Release --output="/jellyfin" --self-contained --runtime linux-arm "-p:DebugSymbols=false;DebugType=none" FROM multiarch/qemu-user-static:x86_64-arm as qemu |
