Juna190825 commited on
Commit
219c282
·
verified ·
1 Parent(s): c1309ff

Testing with ChromeDriver

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -21,6 +21,9 @@ ENV DISPLAY=:99
21
  RUN mkdir -p /tmp/.xvfb && chmod 1777 /tmp/.xvfb
22
  WORKDIR /app
23
 
 
 
 
24
  # Configure environment
25
  ENV MPLCONFIGDIR=/tmp/matplotlib \
26
  XDG_CACHE_HOME=/tmp/.cache \
 
21
  RUN mkdir -p /tmp/.xvfb && chmod 1777 /tmp/.xvfb
22
  WORKDIR /app
23
 
24
+ COPY install_chromedriver.sh /tmp/install_chromedriver.sh
25
+ RUN chmod +x /tmp/install_chromedriver.sh && /tmp/install_chromedriver.sh
26
+
27
  # Configure environment
28
  ENV MPLCONFIGDIR=/tmp/matplotlib \
29
  XDG_CACHE_HOME=/tmp/.cache \