Remove ffmpeg5 dockerfile
This commit is contained in:
parent
55e04efb8d
commit
7c846d2dce
@ -1,5 +1,3 @@
|
|||||||
FROM jellyfin/jellyfin:10.8.0-beta2
|
FROM jellyfin/jellyfin:10.8.0
|
||||||
|
|
||||||
RUN apt update && apt install -y libchromaprint-tools
|
|
||||||
|
|
||||||
COPY dist/ /jellyfin/jellyfin-web/
|
COPY dist/ /jellyfin/jellyfin-web/
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
FROM jellyfin/jellyfin:10.8.0-beta3
|
|
||||||
|
|
||||||
RUN curl -Lo jellyfin-ffmpeg5.deb \
|
|
||||||
https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v5.0.1-5/jellyfin-ffmpeg5_5.0.1-5-bullseye_amd64.deb
|
|
||||||
|
|
||||||
RUN apt update
|
|
||||||
RUN apt install -y libxcb-randr0
|
|
||||||
RUN dpkg -i jellyfin-ffmpeg5.deb
|
|
||||||
|
|
||||||
COPY dist/ /jellyfin/jellyfin-web/
|
|
@ -4,8 +4,3 @@ Build instructions for the `ghcr.io/confusedpolarbear/jellyfin-intro-skipper` co
|
|||||||
2. Run `npm run build:production`
|
2. Run `npm run build:production`
|
||||||
3. Copy the `dist` folder into this folder
|
3. Copy the `dist` folder into this folder
|
||||||
4. Run `docker build .`
|
4. Run `docker build .`
|
||||||
|
|
||||||
## `Dockerfile.ffmpeg5` testing instructions
|
|
||||||
|
|
||||||
1. Follow steps 1 - 3 above (only needed if you don't use the automatic skip feature)
|
|
||||||
2. Run `docker build . -t jellyfin-ffmpeg5 -f Dockerfile.ffmpeg5`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user