From 08edf16057c107b075ebcc75baa3a338a24bae47 Mon Sep 17 00:00:00 2001 From: Andrey Sokolovskiy Date: Thu, 12 Dec 2024 20:37:28 +0700 Subject: [PATCH] fix php lib --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5bab96e..db378f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y \ libxml2-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 \ No newline at end of file + && docker-php-ext-install bcmath xsl xml gettext intl pdo_mysql opcache calendar ffi libffi6 libffi-dev \ No newline at end of file