-
-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
For now deployment of library is done via means of repository of jellyfin:
&& curl -fsSL https://repo.jellyfin.org/jellyfin_team.gpg.key \ | gpg --dearmor -o /etc/apt/trusted.gpg.d/debian-jellyfin.gpg \ && echo "deb [arch=${PACKAGE_ARCH}] https://repo.jellyfin.org/master/debian ${OS_VERSION} main" > /etc/apt/sources.list.d/jellyfin.list \
it's not convenient. Developer might want to have own copy of ffmpeg and should be able quickly deploy it in dev environment. Therefore, it is expected to have additional docker image, say jellyfin-ffmpeg, and deploy artefacts into main docker file via
COPY --from=jellyfin-ffmpeg
ferferga
Metadata
Metadata
Assignees
Labels
No labels