mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Pin playwright python version
This commit is contained in:
parent
ff8bbdaf11
commit
77ff0c34bf
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install Playwright
|
# Install Playwright
|
||||||
RUN pip install playwright
|
RUN pip install playwright==1.35.0
|
||||||
|
|
||||||
# Set up Playwright dependencies for Chromium, Firefox and Webkit
|
# Set up Playwright dependencies for Chromium, Firefox and Webkit
|
||||||
RUN playwright install
|
RUN playwright install
|
||||||
|
|
Loading…
Add table
Reference in a new issue