Update Dockerfile #5
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue