From 735ac8747b1fa73fb5d9f03e9a8dbcd251f54236 Mon Sep 17 00:00:00 2001 From: ali Date: Fri, 9 Dec 2022 16:41:19 +0000 Subject: [PATCH] Update docker file to use python 3.10.9-slim image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1f68ea0..6d090c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/playwright +FROM python:3.10.9-slim RUN apt update RUN apt install python3-pip -y