Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 6 |
tesseract-ocr-mar \
|
| 7 |
tesseract-ocr-hin \
|
| 8 |
poppler-utils \
|
| 9 |
-
libgl1
|
|
|
|
| 10 |
libglib2.0-0 \
|
| 11 |
git \
|
| 12 |
build-essential \
|
|
|
|
| 6 |
tesseract-ocr-mar \
|
| 7 |
tesseract-ocr-hin \
|
| 8 |
poppler-utils \
|
| 9 |
+
libgl1 \
|
| 10 |
+
libglx-mesa0 \
|
| 11 |
libglib2.0-0 \
|
| 12 |
git \
|
| 13 |
build-essential \
|