mirror of
https://github.com/filegator/filegator.git
synced 2025-08-14 01:54:51 +02:00
remove ldap
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
###### standard build ######
|
###### standard build ######
|
||||||
#################################
|
#################################
|
||||||
# stage builder: build and test
|
# stage builder: build and test (no ldap for multiarch)
|
||||||
#################################
|
#################################
|
||||||
FROM php:8.3-apache-bullseye AS builder
|
FROM php:8.3-apache-bullseye AS builder
|
||||||
|
|
||||||
@@ -73,11 +73,10 @@ RUN rm README.md couscous.yml repository/.gitignore babel.config.js cypress* .en
|
|||||||
FROM php:8.3-apache-bullseye
|
FROM php:8.3-apache-bullseye
|
||||||
|
|
||||||
RUN apt-get update > /dev/null
|
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-configure ldap --with-libdir=lib/arm/
|
RUN docker-php-ext-install zip
|
||||||
RUN docker-php-ext-install zip ldap
|
RUN docker-php-ext-enable zip
|
||||||
RUN docker-php-ext-enable zip ldap
|
|
||||||
|
|
||||||
COPY --from=builder /var/www/filegator /var/www/filegator
|
COPY --from=builder /var/www/filegator /var/www/filegator
|
||||||
RUN chown -R www-data:www-data /var/www/filegator/
|
RUN chown -R www-data:www-data /var/www/filegator/
|
||||||
|
Reference in New Issue
Block a user