Skip to content

Commit 9c863c2

Browse files
committed
Adds PHP 8.2 + extensions to the container
`msodbcsql17` causes build to fail locally Signed-off-by: George Steel <[email protected]>
1 parent 3d402be commit 9c863c2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,21 @@ RUN apt update \
202202
php8.1-xml \
203203
php8.1-xsl \
204204
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 \
205220
# Set default PHP version
206221
&& update-alternatives --set php /usr/bin/php7.4 \
207222
&& update-alternatives --set phpize /usr/bin/phpize7.4 \

0 commit comments

Comments
 (0)