Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit d566b62

Browse files
authored
Merge pull request #91 from linuxserver/libxml
Add libxml2 as a build dep
2 parents ed238b6 + 3548493 commit d566b62

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ RUN \
2828
libgcrypt-dev \
2929
libogg-dev \
3030
libplist-dev \
31-
openssl-dev \
3231
libsodium-dev \
3332
libtool \
3433
libunistring-dev \
3534
libwebsockets-dev \
35+
libxml2-dev \
3636
mxml-dev \
3737
openjdk8-jre-base \
38+
openssl-dev \
3839
protobuf-c-dev \
3940
sqlite-dev \
4041
taglib-dev && \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ RUN \
3232
libtool \
3333
libunistring-dev \
3434
libwebsockets-dev \
35+
libxml2-dev \
3536
mxml-dev \
3637
openjdk8-jre-base \
3738
openssl-dev \

0 commit comments

Comments
 (0)