mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2249] [MERGED] fixes dockerfile building on recent linux installations #9047
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/2249
Author: @Narfinger
Created: 1/10/2020
Status: ✅ Merged
Merged: 1/16/2020
Merged by: @JustAMan
Base:
master← Head:docker-fix📝 Commits (1)
c3ff4e0fixes dockerfile building on recent linux installations📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
Dockerfile(+3 -1)📄 Description
The current dockerfile in the root directory does not work on linux with systemd>=227.
It aborts with some errors about not being able to get nuget packages.
The solution is to either allow more tasks to run by systemd or disable parallel building as given in these two resources.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.