0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-03-14 18:35: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
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
RUN pip install playwright