This commit is contained in:
Debian
2026-07-23 21:49:18 +00:00
commit 9b1ae78a1c
6 changed files with 167 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM nextcloud:34.0.1-apache
RUN apt-get update && \
apt-get install -y --no-install-recommends ffmpeg && \
rm -rf /var/lib/apt/lists/*