0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-17 11:55:08 +01:00

New dockerfile

This commit is contained in:
Danilo Ješić 2023-07-11 15:26:41 +02:00
parent 4bdd7c57d6
commit 88600d6f53

View file

@ -1,11 +1,7 @@
FROM python:3.11 FROM mcr.microsoft.com/playwright/python:v1.35.0-jammy
# Install dependencies # Install dependencies
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y curl wget gnupg && rm -rf /var/lib/apt/lists/*
curl \
wget \
gnupg \
&& rm -rf /var/lib/apt/lists/*
# Install Playwright # Install Playwright
RUN pip install playwright RUN pip install playwright