Refactor jellyfin-packaging
- Fix typo in the README - Added -f to rm from fix https://github.com/jellyfin/jellyfin/pull/11008 - Apply fix from https://github.com/jellyfin/jellyfin/pull/10763 - Refactor Docker for better syntax and readability - Update Intel runtime drivers to 24.05.28454.6 - Added possible miss line 159 docker/Dockerfile : "--ffmpeg", "/usr/lib/jellyfin-ffmpeg/ffmpeg" - Removed wget in cleanup
This commit is contained in:
2
debian/rules
vendored
2
debian/rules
vendored
@@ -42,7 +42,7 @@ override_dh_auto_build:
|
||||
cd jellyfin-server && dotnet publish -maxcpucount:1 --configuration $(CONFIG) \
|
||||
--output='$(CURDIR)/build/usr/lib/jellyfin/bin' --self-contained --runtime $(DOTNETRUNTIME) \
|
||||
-p:DebugSymbols=false -p:DebugType=none Jellyfin.Server
|
||||
rm $(CURDIR)/build/usr/lib/jellyfin/bin/libcoreclrtraceptprovider.so
|
||||
rm -f $(CURDIR)/build/usr/lib/jellyfin/bin/libcoreclrtraceptprovider.so
|
||||
cd jellyfin-web && npm ci --no-audit --unsafe-perm && \
|
||||
npm run build:production && mv $(CURDIR)/jellyfin-web/dist $(CURDIR)/build/web
|
||||
|
||||
|
||||
Reference in New Issue
Block a user