Dockerfile hinzugefügt

This commit is contained in:
2024-12-21 20:48:56 +00:00
parent c0f63e3fc2
commit 27205b6a95

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM nextcloud:latest
RUN apt-get update && apt-get install -y libbz2-dev && rm -rf /var/lib/apt/lists/*
RUN docker-php-ext-install bz2