diff --git a/Dockerfile b/Dockerfile index 107935d..c69d0de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,3 @@ -FROM node:20-bookworm - -RUN npx -y playwright@1.45.1 install --with-deps +FROM mcr.microsoft.com/playwright:v1.45.2-jammy RUN apt-get update && apt-get install -y lsof