mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 11:55:08 +01:00
New dockerfile
This commit is contained in:
parent
4bdd7c57d6
commit
88600d6f53
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue