Updates docker to use python:3.10.9-slim as base image

pull/1376/head
ali 2 years ago
parent 82bd71d6a3
commit ba7e4dc123

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright
FROM python:3.10.9-slim
RUN apt update
RUN apt install python3-pip -y

Loading…
Cancel
Save