Skip to content

Commit 285567d

Browse files
committed
Add pcntl
Update installer
1 parent acedfa1 commit 285567d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG UNIT_VERSION=1.30.0
1+
ARG UNIT_VERSION=1.31.1
22
ARG PHP_VERSION=8.2
33
FROM unit:${UNIT_VERSION}-php${PHP_VERSION}
44

@@ -11,9 +11,9 @@ RUN apt-get -y update \
1111
&& apt-get -y install git
1212

1313
# PHP Extensions
14-
ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.1.34/install-php-extensions /usr/local/bin/
14+
ADD https://github.com/mlocati/docker-php-extension-installer/releases/download/2.1.75/install-php-extensions /usr/local/bin/
1515
RUN chmod +x /usr/local/bin/install-php-extensions && \
16-
install-php-extensions gd curl intl json mbstring pgsql pdo_pgsql redis zip opcache bcmath
16+
install-php-extensions gd curl intl json mbstring pgsql pdo_pgsql redis zip opcache bcmath pcntl
1717

1818
# Composer
1919
ADD https://getcomposer.org/installer /tmp/composer

0 commit comments

Comments
 (0)