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

Commit 349c0ac1 authored by Arnau Vàzquez's avatar Arnau Vàzquez
Browse files

non-interactive install

parent 634335ac
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
# Install unzip for unzipping artifacts
# Install ffmpeg for video preview generation 
RUN apt-get update && apt-get install unzip ffmpeg
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" && \