Reviewed-on: #5 Co-authored-by: Thumbscrew <thumbscrw@pm.me> Co-committed-by: Thumbscrew <thumbscrw@pm.me>
5 lines
148 B
Docker
5 lines
148 B
Docker
ARG NEXTCLOUD_TAG
|
|
FROM docker.io/library/nextcloud:${NEXTCLOUD_TAG}-apache
|
|
|
|
RUN apt-get update && apt-get install ffmpeg -y --no-install-recommends
|