Add libxml2-utils to Docker container to make plex_update work inside it
This commit is contained in:
@@ -15,7 +15,7 @@ COPY ./healthcheck.sh /app/healthcheck.sh
|
||||
RUN chmod +x /app/healthcheck.sh
|
||||
COPY config.example.yml /app/config.yml
|
||||
# Install runtime dependencies and configure FUSE
|
||||
RUN apk add curl python3
|
||||
RUN apk add curl python3 libxml2-utils
|
||||
|
||||
HEALTHCHECK --interval=60s --timeout=60s --start-period=10s --retries=10 CMD /app/healthcheck.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user