Merge pull request #91 from linuxserver/libxml

Add libxml2 as a build dep
This commit is contained in:
Adam 2024-09-12 19:25:32 +01:00 committed by GitHub
commit d566b620fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -28,13 +28,14 @@ RUN \
libgcrypt-dev \
libogg-dev \
libplist-dev \
openssl-dev \
libsodium-dev \
libtool \
libunistring-dev \
libwebsockets-dev \
libxml2-dev \
mxml-dev \
openjdk8-jre-base \
openssl-dev \
protobuf-c-dev \
sqlite-dev \
taglib-dev && \

View File

@ -32,6 +32,7 @@ RUN \
libtool \
libunistring-dev \
libwebsockets-dev \
libxml2-dev \
mxml-dev \
openjdk8-jre-base \
openssl-dev \