mumer119131 commited on
Commit
2c994a4
·
1 Parent(s): 32a38f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -0
Dockerfile CHANGED
@@ -28,6 +28,11 @@ RUN python manage.py makemigrations
28
  RUN python manage.py migrate
29
 
30
  USER root
 
 
 
 
 
31
  RUN chmod 777 ~/app/*
32
  USER user
33
 
 
28
  RUN python manage.py migrate
29
 
30
  USER root
31
+ RUN apt-get update && apt-get install -y \
32
+ chromium-driver
33
+
34
+ ENV CHROMEDRIVER_PATH /usr/lib/chromium-browser/chromedriver
35
+
36
  RUN chmod 777 ~/app/*
37
  USER user
38