k
This commit is contained in:
parent
5cb211de8e
commit
a576cea8e8
@ -3,7 +3,7 @@ FROM python:3.13-slim
|
||||
WORKDIR /app
|
||||
|
||||
# Install Poppler utilities
|
||||
RUN apt-get update && apt-get install -y poppler-utils && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y poppler-utils libusb-1.0-0-dev && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy the requirements file
|
||||
COPY requirements.txt .
|
||||
|
Loading…
x
Reference in New Issue
Block a user