Merge pull request #1376 from underscore-ex/bug/use-python310-base-image

Updates docker to use python:3.10.9-slim as base image
pull/1380/head
Simon 2 years ago committed by GitHub
commit 7a94491a09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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