Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f19649df authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Merge branch 'main' into 25.0.8

parents 6363a039 6d42809c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM nextcloud:25.0.8-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_HELPER_JOB_ID="635069"
ARG THEME_HELPER_JOB_ID="639638"
ARG NOTES_VERSION="4.8.0"
ARG CONTACTS_JOB_ID="620997"
ARG CALENDAR_JOB_ID="628427"
@@ -20,7 +20,7 @@ COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install unzip
RUN apt-get update && apt-get install -y unzip ffmpeg

RUN curl -fsSL -o notes.tar.gz \
    "https://github.com/nextcloud/notes/releases/download/v${NOTES_VERSION}/notes.tar.gz" && \