We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f6f29 commit aefcd4fCopy full SHA for aefcd4f
Dockerfile
@@ -11,9 +11,9 @@ RUN mkdir -p /etc/apt/keyrings \
11
12
# Install MariaDB and Redis and PHP (incl Apache) and Cypress dependencies
13
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
14
- && apt-get install -y libpng-dev libzip-dev libicu-dev \
+ && apt-get install -y libpng-dev libzip-dev libicu-dev libjpeg62-turbo-dev \
15
&& docker-php-ext-install mysqli pdo pdo_mysql intl \
16
- && docker-php-ext-configure gd \
+ && docker-php-ext-configure gd --with-jpeg \
17
&& docker-php-ext-install gd \
18
&& pecl install redis zip \
19
&& docker-php-ext-enable redis zip \
0 commit comments