We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8285d8 commit de0012bCopy full SHA for de0012b
Dockerfile
@@ -10,7 +10,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
10
RUN apk add --no-cache \
11
# Install dependencies for PHP extensions
12
oniguruma-dev icu-dev libxml2-dev libpng-dev libjpeg-turbo-dev freetype-dev libxslt-dev \
13
- libzip-dev zip zlib-dev libmcrypt-dev gmp-dev libintl linux-headers
+ libzip-dev zip zlib-dev libmcrypt-dev gmp-dev libintl linux-headers patch diffutils
14
15
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
16
&& docker-php-ext-install -j$(nproc) \
0 commit comments