mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-02-20 04:29:23 +08:00
adding intel driver
This commit is contained in:
parent
d2689482b0
commit
2df5ae1b7d
@ -22,6 +22,7 @@ RUN \
|
||||
apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
at \
|
||||
i965-va-driver \
|
||||
jellyfin-ffmpeg \
|
||||
libfontconfig1 \
|
||||
libfreetype6 \
|
||||
|
||||
@ -206,4 +206,5 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
||||
|
||||
## Versions
|
||||
|
||||
* **13.06.19:** - Add Intel drivers for vaapi support on x86.
|
||||
* **07.06.19:** - Initial release.
|
||||
|
||||
@ -60,4 +60,5 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "13.06.19:", desc: "Add Intel drivers for vaapi support on x86." }
|
||||
- { date: "07.06.19:", desc: "Initial release." }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user