thanthamky commited on
Commit
99e0926
1 Parent(s): f695c95

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -33,6 +33,9 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
33
  RUN apt install -y tesseract-ocr && \
34
  apt install -y tesseract-ocr-tha
35
 
 
 
 
36
  # Install Node to enable keplergl
37
  RUN npm cache clean -f && \
38
  npm install -g n && \
 
33
  RUN apt install -y tesseract-ocr && \
34
  apt install -y tesseract-ocr-tha
35
 
36
+ RUN apt-get update
37
+ RUN apt install -y libgl1-mesa-glx
38
+
39
  # Install Node to enable keplergl
40
  RUN npm cache clean -f && \
41
  npm install -g n && \