fix onigura deps

This commit is contained in:
2026-06-07 19:50:17 +07:00
parent b6e9bdec23
commit 3b92cdf37d
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ FROM php:8.1-fpm-alpine
RUN apk add --no-cache \
git unzip libpng libwebp libjpeg libxpm libxml2 \
&& apk add --no-cache --virtual .build-deps \
libpng-dev libjpeg-turbo-dev libwebp-dev libxpm-dev libxml2-dev freetype-dev \
libpng-dev libjpeg-turbo-dev libwebp-dev libxpm-dev libxml2-dev freetype-dev oniguruma-dev \
&& docker-php-ext-install bcmath gd mbstring pdo_mysql xml \
&& apk del .build-deps
BIN
View File
Binary file not shown.