Skip to content

Commit dfa3866

Browse files
committed
Update to php 8.2
1 parent d605f6e commit dfa3866

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ VOLUME ${SCRIPT_ROOT}/config.d
1111
# Install software
1212
RUN apt-get -qq update -y && apt-get -qq upgrade -y && apt-get -qq install git curl sudo -y
1313
RUN apt-get -qq install nginx-core -y
14-
RUN apt-get -qq install php php-fpm php-common php-apcu \
15-
php-gd php-pgsql php-pdo-mysql php-xml php-opcache \
16-
php-mbstring php-intl php-xml php-curl php-tokenizer \
17-
php-json php-zip -y
14+
RUN apt-get -qq install php8.2 php8.2-fpm php8.2-common php8.2-apcu \
15+
php8.2-gd php8.2-pgsql php8.2-pdo-mysql php8.2-xml php8.2-opcache \
16+
php8.2-mbstring php8.2-intl php8.2-xml php8.2-curl php8.2-tokenizer \
17+
php8.2-json php8.2-zip -y
1818
RUN apt-get -qq install mysql-client rsync tzdata -y
1919
RUN apt-get -qq install supervisor -y
2020
RUN rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*

0 commit comments

Comments
 (0)