From 38c8c9cf39fa468a512595e3aabd21ab1156822f Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 12 Dec 2024 21:38:41 +0700 Subject: [PATCH] fix --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db378f6..9084af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \ libpng-dev \ libxslt1-dev \ libxml2-dev \ + libffi7 \ + libffi-dev \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) gd \ - && docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi libffi6 libffi-dev \ No newline at end of file + && docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi \ No newline at end of file