mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-19 18:36:09 +02:00
Update Dockerfile-debian.template
Signed-off-by: JAN <forwork.jan@gmail.com>
This commit is contained in:
parent
bc811dfd1d
commit
6a66d663e5
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ RUN set -ex; \
|
|||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libbz2-dev \
|
||||
libcurl4-openssl-dev \
|
||||
libevent-dev \
|
||||
libfreetype6-dev \
|
||||
|
@ -48,6 +49,7 @@ RUN set -ex; \
|
|||
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
bcmath \
|
||||
bz2 \
|
||||
exif \
|
||||
gd \
|
||||
gmp \
|
||||
|
|
Loading…
Add table
Reference in a new issue