[PR #5975] [MERGED] Fix web build in dockerfiles #10757

Closed
opened 2026-02-07 06:26:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5975
Author: @thornbill
Created: 5/5/2021
Status: Merged
Merged: 5/11/2021
Merged by: @dkanada

Base: masterHead: fix-web-docker-build


📝 Commits (1)

  • 2607823 Fix web build in dockerfiles

📊 Changes

3 files changed (+9 additions, -9 deletions)

View changed files

📝 Dockerfile (+3 -3)
📝 Dockerfile.arm (+3 -3)
📝 Dockerfile.arm64 (+3 -3)

📄 Description

Changes

  • Updates the dockerfiles to use the lts node release for building web
  • Fixes a package name change of python -> python3 in alpine
  • Adds --unsafe-perm to npm ci so that the build will not fail when run as root

Issues
#5789


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5975 **Author:** [@thornbill](https://github.com/thornbill) **Created:** 5/5/2021 **Status:** ✅ Merged **Merged:** 5/11/2021 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `fix-web-docker-build` --- ### 📝 Commits (1) - [`2607823`](https://github.com/jellyfin/jellyfin/commit/260782349c7a800a576f0a7d3ff2b2ccc205013a) Fix web build in dockerfiles ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+3 -3) 📝 `Dockerfile.arm` (+3 -3) 📝 `Dockerfile.arm64` (+3 -3) </details> ### 📄 Description **Changes** * Updates the dockerfiles to use the lts node release for building web * Fixes a package name change of python -> python3 in alpine * Adds `--unsafe-perm` to `npm ci` so that the build will not fail when run as root **Issues** #5789 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:26:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10757