Skip to content

Commit ad69a55

Browse files
committed
Merge branch 'php8dot1' into php8dot2
2 parents f4f3aae + eba6e0e commit ad69a55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ ENV \
1515
XDEBUG_CONNECT_BACK=true \
1616
XDEBUG_ENABLED=false \
1717
XDEBUG_IDEKEY="docker" \
18-
XDEBUG_VERSION="" \
18+
XDEBUG_VERSION="-3.2.1" \
1919
XDEBUG_REMOTE_PORT=9000 \
2020
PHP_EXTENSION_WDDX=1 \
2121
PHP_OPENSSL=1
2222

23-
RUN apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg62-turbo-dev \
23+
RUN apt-get update && apt-get install -y --no-install-recommends wget vim supervisor libfreetype6-dev libjpeg-dev libjpeg62-turbo-dev \
2424
libmcrypt-dev libpng-dev libssl-dev libaio1 git libcurl4-openssl-dev libxslt-dev \
2525
libldap2-dev libicu-dev libc-client-dev libkrb5-dev libsqlite3-dev libedit-dev \
2626
sudo zlib1g zlib1g-dev libzip4 libzip-dev zip unzip librabbitmq-dev musl-dev && \
2727
rm -rf /var/lib/apt/lists/*
2828

2929
RUN a2enmod rewrite unique_id
3030

31-
RUN docker-php-ext-configure gd \
31+
RUN docker-php-ext-configure gd --with-jpeg \
3232
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
3333
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
3434
&& docker-php-ext-install -j$(nproc) bcmath gd pdo_mysql calendar exif gettext shmop soap sockets intl pcntl xsl ldap imap

0 commit comments

Comments
 (0)