diff --git a/Dockerfile b/Dockerfile index a8ffd53..6fbd94b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins php-intl \ php-mysql \ php-cli \ - php-mcrypt \ - php-ldap \ php-zip \ php-curl \ && rm -rf /var/lib/apt/lists/* \