mirror of
https://github.com/nextcloud/docker.git
synced 2025-05-10 18:40:53 +02:00
Removed files from root to make it less noisy & Added all energy related files to energy-tests
This commit is contained in:
parent
77ff0c34bf
commit
3281e3e344
33 changed files with 1267 additions and 26 deletions
13
energy-tests/Dockerfile
Normal file
13
energy-tests/Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM mcr.microsoft.com/playwright/python:v1.35.0-jammy
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install Playwright
|
||||
RUN pip install playwright==1.35.0
|
||||
|
||||
# Set up Playwright dependencies for Chromium, Firefox and Webkit
|
||||
RUN playwright install
|
||||
RUN playwright install-deps
|
||||
|
||||
CMD ["/bin/bash"]
|
Loading…
Add table
Add a link
Reference in a new issue