errantanomie commited on
Commit
996f757
·
verified ·
1 Parent(s): 4635f67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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