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

pull/1375/head
ali 3 years ago
parent 297fb9d54b
commit b88a5dd3ee

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

Loading…
Cancel
Save