Skip to content

Commit

Permalink
Docker: Install libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi311 committed Sep 10, 2024
1 parent aad34b4 commit 2152925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WORKDIR /app
COPY --from=builder /app/target/release/tanoshi .
RUN chmod +x tanoshi

RUN apt update && apt upgrade -y && apt install --reinstall -y ca-certificates libssl3
RUN apt update && apt upgrade -y && apt install --reinstall -y ca-certificates libssl3 libxml2

ENV PORT=80
ENV TANOSHI_LOG=info
Expand Down

0 comments on commit 2152925

Please sign in to comment.