ByFlown commited on
Commit
7675667
·
verified ·
1 Parent(s): 4dab43b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ WORKDIR /app
7
  # Set environment variables to avoid interactive prompts
8
  ENV DEBIAN_FRONTEND=noninteractive
9
 
 
 
10
  # Install system dependencies for Chrome and ChromeDriver
11
  RUN apt-get update && apt-get install -y \
12
  wget \
 
7
  # Set environment variables to avoid interactive prompts
8
  ENV DEBIAN_FRONTEND=noninteractive
9
 
10
+ RUN rm -rf /home/user/.cache/selenium
11
+
12
  # Install system dependencies for Chrome and ChromeDriver
13
  RUN apt-get update && apt-get install -y \
14
  wget \