mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #2158] [MERGED] Remove broken Microsoft SDK image #9024
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/2158
Author: @joshuaboniface
Created: 12/15/2019
Status: ✅ Merged
Merged: 12/15/2019
Merged by: @anthonylavado
Base:
master← Head:fix-ubuntu-nightly📝 Commits (2)
003b666Remove broken Microsoft SDK image909902cInstall missing dependency📊 Changes
1 file changed (+11 additions, -2 deletions)
View changed files
📝
deployment/ubuntu-package-x64/Dockerfile(+11 -2)📄 Description
Changes
This was not working; for some reason the Microsoft .NET Docker image
for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with
the manual download that all the other .deb packages use.
Issues
N/A
Fixes the Ubuntu nightly builds that have been failing since mid-October.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.