mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-12-25 11:22:06 +08:00
fix: enable non-free repo for unrar package in Debian
Unrar is in Debian's non-free repository, need to enable it first by modifying /etc/apt/sources.list.d/debian.sources
This commit is contained in:
parent
0a3b356e79
commit
c8ca607de9
1 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,9 @@ LABEL org.opencontainers.image.title="Bazarr (LavX Fork)" \
|
|||
org.opencontainers.image.vendor="LavX" \
|
||||
org.opencontainers.image.licenses="GPL-3.0"
|
||||
|
||||
# Install runtime dependencies
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
# Enable non-free repository for unrar and install runtime dependencies
|
||||
RUN sed -i 's/Components: main/Components: main non-free non-free-firmware/' /etc/apt/sources.list.d/debian.sources && \
|
||||
apt-get update && apt-get install -y --no-install-recommends \
|
||||
ffmpeg \
|
||||
libxml2 \
|
||||
libxslt1.1 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue