Skip to content

Commit

Permalink
fix: Docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
duygupotur authored Jan 16, 2024
1 parent be98b49 commit d79aee6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ WORKDIR /code

COPY ./requirements.txt /code/requirements.txt

RUN apt update && apt install unzip poppler-utils libreoffice -y

RUN mkdir reports results

RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

COPY ./ /code/
Expand Down

0 comments on commit d79aee6

Please sign in to comment.