diff --git a/Dockerfile b/Dockerfile index 10adad5..bc8b0a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,6 @@ RUN apt-get update && apt-get install -y \ perl \ libcgi-pm-perl \ libldap2-dev \ - && docker-php-ext-install ldap \ && rm -rf /var/lib/apt/lists/* RUN docker-php-ext-install ldap