From 033f6ef8377e424d87b6da3b31492de69767fc4a Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 15 Mar 2021 17:31:46 +0100 Subject: [PATCH] mcrypt doesn't exist with php7.3 --- apache2-php/buster/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/apache2-php/buster/Dockerfile b/apache2-php/buster/Dockerfile index b1280e4..4d5243d 100644 --- a/apache2-php/buster/Dockerfile +++ b/apache2-php/buster/Dockerfile @@ -13,7 +13,6 @@ RUN apt-get update \ php7.3-imap \ php7.3-intl \ php7.3-ldap \ - php7.3-mcrypt \ php7.3-mysql \ php7.3-mbstring \ php7.3-ssh2 \