Merge branch 'development' of https://gitbucket.pgollor.de/git/docker/nextcloud into development
commit 47c6caa3a932937f2fe68ce887eb982f617a4c51
2 parents 0644b40 + 30a5b01
@Pascal Gollor Pascal Gollor authored on 21 Jul 2020
Showing 1 changed file
View
6
docker/app/Dockerfile
nv=$NV
 
RUN apt-get update && \
apt-get install -y --no-install-recommends \
libgmp3-dev \
smbclient libsmbclient-dev \
libbz2-dev \
libmagickcore-6.q16-3-extra
libmagickcore-6.q16-6-extra
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pecl install \
smbclient
RUN docker-php-ext-install bz2
RUN docker-php-ext-install gmp
RUN docker-php-ext-install bz2
RUN docker-php-ext-install bcmath
RUN docker-php-ext-enable smbclient
 
COPY redis.config.php /usr/src/nextcloud/config/redis.config.php