ldap extension removed from docker untill we have a working config for all architectures

This commit is contained in:
Milos Stojanovic
2022-10-12 11:30:34 +02:00
parent 9aa1e8ae28
commit 4a32856c38

View File

@@ -32,10 +32,10 @@ RUN rm -rf node_modules frontend tests docs .git*
FROM php:7-apache-buster
RUN apt-get update > /dev/null
RUN apt-get install -y git libzip-dev libldap2-dev
RUN apt-get install -y git libzip-dev
RUN docker-php-ext-install zip ldap
RUN docker-php-ext-enable zip ldap
RUN docker-php-ext-install zip
RUN docker-php-ext-enable zip
COPY --from=builder /var/www/filegator /var/www/filegator
RUN chown -R www-data:www-data /var/www/filegator/