Skip to content

Commit 35c24c3

Browse files
committed
Re-migrate to PHP 8.2 and enable sysvsem extension
1 parent b35908c commit 35c24c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/php:8.1-fpm
1+
FROM docker.io/library/php:8-fpm
22
RUN apt-get update && apt-get install -y \
33
libcurl4-openssl-dev \
44
libicu-dev \
@@ -40,6 +40,7 @@ RUN docker-php-ext-install \
4040
pgsql \
4141
gettext \
4242
bcmath \
43+
sysvsem \
4344
gmp
4445
RUN yes '' | pecl install imagick
4546
RUN yes '' | pecl install apcu

0 commit comments

Comments
 (0)