Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
C-L-STARK committed Jun 7, 2024
1 parent f1a6d71 commit e3c67a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ RUN chown -R appuser /home/appuser/.cache
WORKDIR /home/appuser

COPY requirements.txt .
RUN python -m pip install --upgrade Pillow
RUN python -m pip install --upgrade defusedxml olefile
RUN python -m pip install --user --no-cache-dir -r requirements.txt

COPY . .
Expand Down

0 comments on commit e3c67a7

Please sign in to comment.