This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Use an official PHP runtime as a parent image
|
# Use an official PHP runtime as a parent image
|
||||||
FROM php:8.1-fpm
|
FROM php:8.2-fpm
|
||||||
|
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
@@ -22,7 +22,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
cron \
|
cron \
|
||||||
sudo \
|
sudo \
|
||||||
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
|
||||||
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql
|
&& docker-php-ext-install gd mbstring zip pdo pdo_mysql pdo_pgsql pgsql intl
|
||||||
|
|
||||||
# Install Redis PHP extension via PECL
|
# Install Redis PHP extension via PECL
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
|
RUN apt-get update && apt-get install -y --no-install-recommends $PHPIZE_DEPS libssl-dev \
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
5.0
|
6.0
|
||||||
Reference in New Issue
Block a user