From 7e20f67c10d4d16bcea099346d739b06bb349ff2 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Wed, 17 Jul 2024 21:12:57 +0200 Subject: [PATCH] mcr.microsoft.com/playwright --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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