From 10bcec7e1a303c4c8d4fbbe6b85a84a2a2455f44 Mon Sep 17 00:00:00 2001 From: franknstayn Date: Sun, 27 Aug 2023 19:15:04 +0800 Subject: [PATCH] updated --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a682325..b0cfa7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,8 +9,9 @@ RUN apk --update --no-cache add \ libzip-dev \ zip \ unzip \ + libmcrypt-dev \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ - && docker-php-ext-install gd pdo pdo_mysql zip + && docker-php-ext-install gd pdo pdo_mysql zip mcrypt # Set the working directory in the container WORKDIR /var/www/html