3 lines
101 B
Docker
3 lines
101 B
Docker
FROM nextcloud:latest
|
|
RUN apt-get update && apt-get install -y ffmpeg && rm -rf /var/lib/apt/lists/*
|