Update Dockerfile #5

Merged
glenux merged 4 commits from develop into master 2024-01-09 11:13:37 +00:00
Showing only changes of commit 9b6c110a74 - Show all commits

View file

@ -53,6 +53,12 @@ RUN apt-get update \
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 \
&& docker-php-ext-install bz2
##
## SVG and LibreSign support
##