Switch to PHP 8.2 in Bookworm
This commit is contained in:
parent
5e0a04585a
commit
b56b02ab1e
6 changed files with 23 additions and 23 deletions
|
@ -13,19 +13,19 @@ RUN apt-get update \
|
|||
php-mail-mime \
|
||||
php-net-smtp \
|
||||
php-net-socket \
|
||||
php8.1 \
|
||||
php8.1-curl \
|
||||
php8.1-fpm \
|
||||
php8.1-fpm \
|
||||
php8.1-gd \
|
||||
php8.1-imagick \
|
||||
php8.1-imap \
|
||||
php8.1-intl \
|
||||
php8.1-mbstring \
|
||||
php8.1-opcache \
|
||||
php8.1-pspell \
|
||||
php8.1-sqlite3 \
|
||||
php8.1-zip \
|
||||
php8.2 \
|
||||
php8.2-curl \
|
||||
php8.2-fpm \
|
||||
php8.2-fpm \
|
||||
php8.2-gd \
|
||||
php8.2-imagick \
|
||||
php8.2-imap \
|
||||
php8.2-intl \
|
||||
php8.2-mbstring \
|
||||
php8.2-opcache \
|
||||
php8.2-pspell \
|
||||
php8.2-sqlite3 \
|
||||
php8.2-zip \
|
||||
psmisc \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*.*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue