BloodyInside commited on
Commit
3b9b6f1
1 Parent(s): ff55134
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -33,6 +33,7 @@ RUN CHROMEDRIVER_VERSION=$(curl -sS chromedriver.storage.googleapis.com/LATEST_R
33
 
34
  RUN useradd -m -u 1000 user
35
  USER user
 
36
 
37
  # Install Python dependencies
38
  COPY --chown=user requirements.txt /tmp/requirements.txt
 
33
 
34
  RUN useradd -m -u 1000 user
35
  USER user
36
+ ENV PATH="/home/user/.local/bin:$PATH"
37
 
38
  # Install Python dependencies
39
  COPY --chown=user requirements.txt /tmp/requirements.txt