develop #10

Merged
glenux merged 13 commits from develop into master 2024-07-08 19:53:31 +00:00
Showing only changes of commit e1069a8e38 - Show all commits

View file

@ -50,20 +50,22 @@ RUN apt-get update \
##
## GMP Support (for bookmark extension)
##
RUN apt-get update && apt-get install -y libgmp3-dev \
RUN apt-get update \
&& apt-get install -y libgmp3-dev \
&& docker-php-ext-install gmp
##
## BZ2 Support (for nextcloud)
##
RUN apt-get update && apt-get install -y libbz2-dev \
RUN apt-get update \
&& apt-get install -y libbz2-dev \
&& docker-php-ext-install bz2
##
## SVG and LibreSign support
##
RUN apt-get update && apt-get install -y \
libmagickcore-6.q16-6-extra \
RUN apt-get update \
&& apt-get install -y libmagickcore-6.q16-6-extra \
&& rm -rf /var/lib/apt/lists/*
RUN sed -i'' 's|.*<policy domain="coder".*"PDF".*|<policy domain="coder" rights="read \| write" pattern="PDF" />|g' \