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 1447c7e commit 9b766e9Copy full SHA for 9b766e9
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
+ libzip-dev zip zlib-dev libmcrypt-dev gmp-dev libintl linux-headers
14
15
RUN docker-php-ext-configure gd --with-freetype --with-jpeg \
16
&& docker-php-ext-install -j$(nproc) \
0 commit comments