Add support for bz2
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2024-01-08 18:21:50 +01:00
parent e5dfb0268a
commit 9b6c110a74

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
##