Fix dockerfile
This commit is contained in:
parent
fc5ae6f29e
commit
840b5d259b
@ -32,11 +32,13 @@ ARG JELLYFIN_VERSION=4.4.1-4
|
||||
|
||||
# COPY qemu-arm-static /usr/bin/qemu-arm-static
|
||||
|
||||
# Use the snapshot apt list
|
||||
RUN sed -i 's/^# deb/de_b/g' /etc/apt/sources.list; sed -i 's/^deb/# deb/g' /etc/apt/sources.list; sed -i 's/de_b/deb/g' /etc/apt/sources.list
|
||||
|
||||
# RUN apt update and install wget
|
||||
RUN apt -y update && apt -y install wget
|
||||
RUN apt -o Acquire::Check-Valid-Until=false -y update && apt -o Acquire::Check-Valid-Until=false -y install wget
|
||||
RUN wget https://repo.jellyfin.org/archive/ffmpeg/debian/4.4.1-4/jellyfin-ffmpeg_4.4.1-4-buster_$(dpkg --print-architecture).deb -O jellyfin-ffmpeg_4.4.1-4-buster.deb
|
||||
RUN apt -y install ./jellyfin-ffmpeg_4.4.1-4-buster.deb
|
||||
RUN apt -o Acquire::Check-Valid-Until=false -y install ./jellyfin-ffmpeg_4.4.1-4-buster.deb
|
||||
RUN rm jellyfin-ffmpeg_4.4.1-4-buster.deb
|
||||
|
||||
# RUN apt install -y bash
|
||||
|
||||
Loading…
Reference in New Issue
Block a user