Skip to content

Commit af207d7

Browse files
authored
Merge pull request #39 from thespad/v3-xml
Fix missing xmlstarlet
2 parents be030c3 + 7c9460b commit af207d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN \
2121
echo "**** install packages ****" && \
2222
apk add -U --upgrade --no-cache \
2323
icu-libs \
24-
sqlite-libs && \
24+
sqlite-libs \
25+
xmlstarlet && \
2526
echo "**** install whisparr ****" && \
2627
mkdir -p /app/whisparr/bin && \
2728
if [ -z ${APP_VERSION+x} ]; then \

Dockerfile.aarch64

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ RUN \
2121
echo "**** install packages ****" && \
2222
apk add -U --upgrade --no-cache \
2323
icu-libs \
24-
sqlite-libs && \
24+
sqlite-libs \
25+
xmlstarlet && \
2526
echo "**** install whisparr ****" && \
2627
mkdir -p /app/whisparr/bin && \
2728
if [ -z ${APP_VERSION+x} ]; then \

0 commit comments

Comments
 (0)