Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
(aleph) add missing pip dependency for lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwoerpel committed Apr 22, 2024
1 parent c5491ad commit 858875b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aleph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN groupadd -g 1000 -r app \
&& useradd -m -u 1000 -s /bin/false -g app app

# Install Python dependencies
RUN pip3 install --no-cache-dir -q -U pip setuptools six lxml
RUN pip3 install --no-cache-dir -q -U pip setuptools six lxml lxml_html_clean

COPY ./aleph/requirements.txt /tmp/
RUN pip3 install --no-cache-dir -q -r /tmp/requirements.txt
Expand Down

0 comments on commit 858875b

Please sign in to comment.