Docker/nextcloud.dockerfile

6 lines
122 B
Plaintext
Raw Normal View History

2024-10-08 12:09:24 +00:00
FROM nextcloud:fpm
RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y --no-install-recommends ffmpeg