HARISH20205 commited on
Commit
fbac2d5
·
1 Parent(s): 58e308d

fix: dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ WORKDIR /app
12
 
13
  # Install essential system dependencies including build-essential
14
  RUN apt-get update && apt-get install -y --no-install-recommends \
15
- libgl1-mesa-glx \
16
  libglib2.0-0 \
17
  tesseract-ocr \
18
  poppler-utils \
 
12
 
13
  # Install essential system dependencies including build-essential
14
  RUN apt-get update && apt-get install -y --no-install-recommends \
15
+ libgl1 \
16
  libglib2.0-0 \
17
  tesseract-ocr \
18
  poppler-utils \