Files
nextcloud-image/Dockerfile
Thumbscrew 35969ba62c
Some checks are pending
nextcloud-image/pipeline/head This commit looks good
pipeline-image/pipeline/head Build started...
feat: Jenkinsfile (#5)
Reviewed-on: #5
Co-authored-by: Thumbscrew <thumbscrw@pm.me>
Co-committed-by: Thumbscrew <thumbscrw@pm.me>
2025-07-14 15:51:58 +00:00

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