r.go commited on
Commit
bb58a5a
·
1 Parent(s): e2f9f2b
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -21,6 +21,8 @@ RUN apk add --no-cache \
21
  # Install Node dependencies and install ts-node globally.
22
  RUN npm install && \
23
  npm install -g ts-node
 
 
24
 
25
  # ---------------------------
26
  # Stage 2: Python runtime environment
 
21
  # Install Node dependencies and install ts-node globally.
22
  RUN npm install && \
23
  npm install -g ts-node
24
+ npx playwright install-deps \
25
+ npx playwright install
26
 
27
  # ---------------------------
28
  # Stage 2: Python runtime environment