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

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

feat: install poppler-utils on docker build stage

LibreSign app require poppler-utils package to be installed, so it can
share more info on it's signature validation stage. We need to provide
it on docker image build stage.
parent 0ca85121
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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