Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -6,6 +6,9 @@ RUN apt-get update && apt-get install -y poppler-utils
|
|
| 6 |
# Verify Poppler installation and show exact path of pdfinfo
|
| 7 |
RUN which pdfinfo && pdfinfo -version
|
| 8 |
|
|
|
|
|
|
|
|
|
|
| 9 |
# Ensure Poppler is in PATH
|
| 10 |
ENV PATH="/usr/local/bin:/usr/bin:${PATH}"
|
| 11 |
|
|
|
|
| 6 |
# Verify Poppler installation and show exact path of pdfinfo
|
| 7 |
RUN which pdfinfo && pdfinfo -version
|
| 8 |
|
| 9 |
+
# Debug - try and find the location of pdfinfo
|
| 10 |
+
RUN find / -name "pdfinfo"
|
| 11 |
+
|
| 12 |
# Ensure Poppler is in PATH
|
| 13 |
ENV PATH="/usr/local/bin:/usr/bin:${PATH}"
|
| 14 |
|