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

Commit 52648161 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

install poppler-utils on docker build stage

parent 0ca85121
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ ARG MEMORIES_URL="https://github.com/pulsejet/memories/releases/download/v7.8.2/
ARG DROP_ACCOUNT_URL="https://packages.framasoft.org/projects/nextcloud-apps/drop-account/drop_account-2.7.1.tar.gz"
ARG GOOGLE_INTEGRATION_URL="https://github.com/nextcloud-releases/integration_google/releases/download/v4.2.0/integration_google-v4.2.0.tar.gz"

RUN sed -i 's/32,0,6,1/32,0,6,11/' ${BASE_DIR}/version.php
RUN sed -i 's/32,0,6,1/32,0,6,12/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
@@ -34,7 +34,7 @@ RUN rm -rf ${BASE_DIR}/core/skeleton/* ${BASE_DIR}/themes/example \
	&& mkdir -p ${BASE_DIR}/themes/eCloud

# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install -y unzip ffmpeg syslog-ng
RUN apt-get update && apt-get install -y unzip ffmpeg syslog-ng poppler-utils

# Murena apps
RUN curl -sL ${CONTACTS_URL} | tar xzf - -C ${BASE_DIR}/custom_apps