Skip to content

Commit 0efc78d

Browse files
committed
More tweaks to dockerfile for ffmpeg
1 parent 0aa337d commit 0efc78d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Dockerfile.base

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4242
# Additional libraries
4343
libbluray-dev \
4444
libxml2-dev \
45+
libssh-dev \
46+
liblzma-dev \
4547
# SSL/TLS support for HTTPS
4648
libssl-dev \
4749
&& rm -rf /var/lib/apt/lists/*
@@ -77,8 +79,11 @@ RUN set -x \
7779
--enable-libpulse \
7880
# SSL/TLS support for HTTPS
7981
--enable-openssl \
82+
# Additional libraries for playlist and network support
83+
--enable-libxml2 \
84+
--enable-libssh \
85+
--enable-lzma \
8086
# Optimizations
81-
--enable-small \
8287
--enable-runtime-cpudetect \
8388
# Disable unnecessary features for smaller build
8489
--disable-doc \
@@ -142,6 +147,8 @@ RUN set -x \
142147
# Additional libraries
143148
libbluray2 \
144149
libxml2 \
150+
libssh-4 \
151+
liblzma5 \
145152
# Snapcast dependencies
146153
libasound2 \
147154
libvorbisidec1 \

0 commit comments

Comments
 (0)