File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments