File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ VOLUME ${SCRIPT_ROOT}/config.d
1111# Install software
1212RUN apt-get -qq update -y && apt-get -qq upgrade -y && apt-get -qq install git curl sudo -y
1313RUN 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
1818RUN apt-get -qq install mysql-client rsync tzdata -y
1919RUN apt-get -qq install supervisor -y
2020RUN rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/*
You can’t perform that action at this time.
0 commit comments