Hammad712 commited on
Commit
4b94a3b
·
verified ·
1 Parent(s): ba7060c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -11,10 +11,8 @@ ENV PATH="/home/user/.local/bin:$PATH"
11
  # Set the working directory
12
  WORKDIR /app
13
 
14
- RUN apt-get update \
15
- && apt-get install -y --no-install-recommends \
16
  poppler-utils \
17
- && rm -rf /var/lib/apt/lists/*
18
 
19
  # Copy the requirements and install dependencies
20
  COPY --chown=user ./requirements.txt requirements.txt
 
11
  # Set the working directory
12
  WORKDIR /app
13
 
14
+ RUN apt-get install -y --no-install-recommends \
 
15
  poppler-utils \
 
16
 
17
  # Copy the requirements and install dependencies
18
  COPY --chown=user ./requirements.txt requirements.txt