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.
2 parents 3d402be + 9c863c2 commit 4ba1e76Copy full SHA for 4ba1e76
Dockerfile
@@ -202,6 +202,21 @@ RUN apt update \
202
php8.1-xml \
203
php8.1-xsl \
204
php8.1-zip \
205
+ \
206
+ php8.2-cli \
207
+ php8.2-bz2 \
208
+ php8.2-curl \
209
+ php8.2-dev \
210
+ php8.2-fileinfo \
211
+ php8.2-intl \
212
+ php8.2-mbstring \
213
+ php8.2-phar \
214
+ php8.2-phpdbg \
215
+ php8.2-readline \
216
+ php8.2-sockets \
217
+ php8.2-xml \
218
+ php8.2-xsl \
219
+ php8.2-zip \
220
# Set default PHP version
221
&& update-alternatives --set php /usr/bin/php7.4 \
222
&& update-alternatives --set phpize /usr/bin/phpize7.4 \
0 commit comments