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:
parent
77ff0c34bf
commit
3281e3e344
33 changed files with 1267 additions and 26 deletions
13
Dockerfile
13
Dockerfile
|
@ -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"]
|
Loading…
Add table
Add a link
Reference in a new issue