amit0987 commited on
Commit
8e8ff91
·
verified ·
1 Parent(s): eaa753e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -27,6 +27,9 @@ RUN apt-get update && apt-get install -y \
27
  libasound2 \
28
  libatspi2.0-0
29
 
 
 
 
30
  # Set the working directory
31
  WORKDIR /app
32
 
 
27
  libasound2 \
28
  libatspi2.0-0
29
 
30
+ # Install Playwright browsers.
31
+ RUN playwright install
32
+
33
  # Set the working directory
34
  WORKDIR /app
35