0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35:08 +01:00

Pin playwright python version

This commit is contained in:
Danilo Ješić 2023-07-17 09:33:37 +02:00
parent ff8bbdaf11
commit 77ff0c34bf

View file

@ -4,7 +4,7 @@ FROM mcr.microsoft.com/playwright/python:v1.35.0-jammy
RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/*
# Install Playwright
RUN pip install playwright
RUN pip install playwright==1.35.0
# Set up Playwright dependencies for Chromium, Firefox and Webkit
RUN playwright install