Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN \
echo "**** install packages ****" && \
pacman -Sy --noconfirm --needed \
"handbrake${HANDBRAKE_VERSION:+=$HANDBRAKE_VERSION}" \
handbrake-cli && \
handbrake-cli \
intel-media-sdk && \
echo "**** cleanup ****" && \
printf \
"Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -612,5 +612,6 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **18.03.26:** - Add intel media libs.
* **28.12.25:** - Add Wayland init logic.
* **29.11.25:** - Initial Version.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,5 +102,6 @@ init_diagram: |
"handbrake:latest" <- Base Images
# changelog
changelogs:
- {date: "18.03.26:", desc: "Add intel media libs."}
- {date: "28.12.25:", desc: "Add Wayland init logic."}
- {date: "29.11.25:", desc: "Initial Version."}