Merge pull request #224 from turbo124/master

Add libonig to build
This commit is contained in:
David Bomba
2020-11-28 16:56:25 +11:00
committed by GitHub

View File

@@ -53,6 +53,7 @@ RUN set -eux; \
libjpeg-turbo-dev \
libpng-dev \
libzip-dev \
libonig-dev \
zip; \
docker-php-ext-configure gd --with-freetype --with-jpeg; \
docker-php-ext-install -j$(nproc) \