Account created on 23 March 2015, about 10 years ago
#

Recent comments

πŸ‡ΊπŸ‡ΈUnited States homersheineken2

Number 11 also worked for me without the "--with-freetype":

RUN apt-get update && apt-get install -y \
libwebp-dev \
libpng-dev \
libjpeg-dev \
&& docker-php-ext-install -j$(nproc) gd \
&& docker-php-ext-configure gd --with-webp --with-jpeg \
&& docker-php-ext-install gd

Production build 0.71.5 2024