Skip to content

Commit

Permalink
add in test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MthwRobinson committed May 14, 2024
1 parent d58ef63 commit 8a89194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RUN chown -R nonroot:nonroot /app
USER nonroot

RUN pip3.11 install --no-cache-dir --user -r requirements/base.txt && \
pip3.11 install --no-cache-dir --user -r requirements/test.txt && \
pip3.11 install --no-cache-dir --user -r requirements/extra-csv.txt && \
pip3.11 install --no-cache-dir --user -r requirements/extra-docx.txt && \
pip3.11 install --no-cache-dir --user -r requirements/extra-epub.txt && \
Expand Down

0 comments on commit 8a89194

Please sign in to comment.