add build-essentials

This commit is contained in:
HB9HIL
2025-01-31 23:11:03 +01:00
parent 0a40f7f677
commit 9d378a4f9d

View File

@@ -11,6 +11,7 @@ RUN set -e; \
libjpeg-dev \
libfreetype6-dev \
cron \
build-essential \
; \
docker-php-ext-configure gd --with-freetype --with-jpeg; \
\