mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-23 21:47:14 -04:00
Fix arm32 Docker
This commit is contained in:
parent
28483bdb54
commit
ede0439b12
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ WORKDIR /repo
|
|||
COPY . .
|
||||
#TODO Remove or update the sed line when we update dotnet version.
|
||||
RUN export DOTNET_CLI_TELEMETRY_OPTOUT=1 \
|
||||
&& find . -type f -exec sed -i 's/netcoreapp2.1/netcoreapp3.0/g' {} \; \
|
||||
&& dotnet clean -maxcpucount:1 \
|
||||
&& dotnet publish \
|
||||
-maxcpucount:1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue