d
This commit is contained in:
parent
eb33a3868f
commit
5cb211de8e
@ -2,10 +2,13 @@ FROM python:3.13-slim
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Install Poppler utilities
|
||||||
|
RUN apt-get update && apt-get install -y poppler-utils && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy the requirements file
|
# Copy the requirements file
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
# Install the dependencies
|
# Install the Python dependencies
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
# Copy the application files
|
# Copy the application files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user