Skip to content

Commit de0012b

Browse files
authored
Update Dockerfile
1 parent e8285d8 commit de0012b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
1010
RUN apk add --no-cache \
1111
# Install dependencies for PHP extensions
1212
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
13+
libzip-dev zip zlib-dev libmcrypt-dev gmp-dev libintl linux-headers patch diffutils
1414

1515
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
1616
&& docker-php-ext-install -j$(nproc) \

0 commit comments

Comments
 (0)