0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-05-11 02:40:54 +02:00

Removed files from root to make it less noisy & Added all energy related files to energy-tests

This commit is contained in:
Arne Tarara 2023-07-17 13:28:28 +02:00
parent 77ff0c34bf
commit 3281e3e344
No known key found for this signature in database
GPG key ID: 2540198A4079785B
33 changed files with 1267 additions and 26 deletions

View file

@ -1,13 +0,0 @@
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"]