omthakur1 commited on
Commit
5ec4d20
·
1 Parent(s): 8e7152e

Fix: Replace libgl1-mesa-glx with libgl1 for Debian compatibility

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
12
  tesseract-ocr \
13
  tesseract-ocr-eng \
14
  default-jre-headless \
15
- libgl1-mesa-glx \
16
  && apt-get clean \
17
  && rm -rf /var/lib/apt/lists/*
18
 
 
12
  tesseract-ocr \
13
  tesseract-ocr-eng \
14
  default-jre-headless \
15
+ libgl1 \
16
  && apt-get clean \
17
  && rm -rf /var/lib/apt/lists/*
18