Manasa1 commited on
Commit
ac38f9b
·
verified ·
1 Parent(s): e99cd42

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -8,6 +8,9 @@ RUN apt-get update && \
8
  && rm -rf /var/lib/apt/lists/* \
9
  || { echo "Package installation failed. Retrying in 3 seconds..."; sleep 3; apt-get update && apt-get install -y poppler-utils; }
10
 
 
 
 
11
  COPY . /app
12
 
13
  WORKDIR /app
 
8
  && rm -rf /var/lib/apt/lists/* \
9
  || { echo "Package installation failed. Retrying in 3 seconds..."; sleep 3; apt-get update && apt-get install -y poppler-utils; }
10
 
11
+ RUN apt-get update && apt-get install -y libgl1-mesa-glx
12
+
13
+
14
  COPY . /app
15
 
16
  WORKDIR /app