Initial commit

This commit is contained in:
Tomislav Kopić
2024-10-08 14:09:24 +02:00
commit 8a2a6d684e
2 changed files with 11 additions and 0 deletions

5
nextcloud.dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM nextcloud:fpm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends ffmpeg