Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
💚 fix(docker): libxslt not libxlt
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent 491af5c commit 892b303
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 @@ -7,7 +7,7 @@ LABEL repository="https://github.com/KevinNitroG/VNULIB-Downloader"
WORKDIR /app

RUN apk update
RUN apk add libxml2 libxlt
RUN apk add libxml2 libxslt

COPY requirements/requirements.txt /app/
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 892b303

Please sign in to comment.