aboutsummaryrefslogtreecommitdiff
path: root/docker/Dockerfile
Commit message (Collapse)AuthorAge
* Update gcc on noble and maliUruk2024-04-26
|
* Docker: Fix fontconfig cacheAndrew Rabert2024-04-24
| | | | | | | | Log errors: Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories
* Bump Intel Compute Runtime to 24.13.29138.7 (#15)Nyanmisaka2024-04-21
|
* Bump Intel Compute Runtime to 24.09.28717.12Shadowghost2024-03-28
|
* fix: don't set culture invariant mode (#9)gnattu2024-03-27
|
* Actually fix Mali configJoshua M. Boniface2024-03-04
|
* Switch to non-wayland MALI configJoshua M. Boniface2024-03-03
|
* Improve deb installsJoshua M. Boniface2024-03-03
|
* Use cd instead of pushdJoshua M. Boniface2024-03-03
| | | | pushd is a BASHism and not valid in /bin/sh.
* Actually fix the error with "test" (/bin/sh)Joshua M. Boniface2024-03-03
|
* Revert "Use other test format (/bin/sh)"Joshua M. Boniface2024-03-03
| | | | This reverts commit 5f29b32962155e5c5feebdbf99df20bd45d21478.
* Use other test format (/bin/sh)Joshua M. Boniface2024-03-03
|
* Fix invalid tests (/bin/sh)Joshua M. Boniface2024-03-03
|
* Add libmali OpenCL runtime for Rockchip RK3588Uruk2024-02-24
| | | | Co-authored-by: nyanmisaka <nst799610810@gmail.com>
* Apply suggestionsUruk2024-02-23
|
* Apply suggestionsUruk2024-02-23
|
* Refactor jellyfin-packagingUruk2024-02-23
| | | | | | | | | | - 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
* Add JELLYFIN_VERSION to all build-time envsJoshua M. Boniface2024-02-16
|
* Make all variables more descriptiveJoshua M. Boniface2024-02-15
|
* Add combined docker builds and rework Deb buildsJoshua M. Boniface2024-02-11
bgstack15