We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be030c3 + 7c9460b commit af207d7Copy full SHA for af207d7
Dockerfile
@@ -21,7 +21,8 @@ RUN \
21
echo "**** install packages ****" && \
22
apk add -U --upgrade --no-cache \
23
icu-libs \
24
- sqlite-libs && \
+ sqlite-libs \
25
+ xmlstarlet && \
26
echo "**** install whisparr ****" && \
27
mkdir -p /app/whisparr/bin && \
28
if [ -z ${APP_VERSION+x} ]; then \
Dockerfile.aarch64
0 commit comments