Parcourir la source

Added swoole to all PHP images

Mark Shust il y a 1 an
Parent
commit
b7efbbc514
3 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 1 0
      images/php/8.1/Dockerfile
  2. 1 0
      images/php/8.2/Dockerfile
  3. 1 0
      images/php/8.3/Dockerfile

+ 1 - 0
images/php/8.1/Dockerfile

@@ -44,6 +44,7 @@ RUN pecl channel-update pecl.php.net && pecl install \
     imagick-3.7.0 \
     redis-6.0.2 \
     ssh2-1.3.1 \
+    swoole-5.1.1 \
     xdebug-3.2.2 \
   && pecl clear-cache \
   && rm -rf /tmp/pear

+ 1 - 0
images/php/8.2/Dockerfile

@@ -44,6 +44,7 @@ RUN pecl channel-update pecl.php.net && pecl install \
     imagick-3.7.0 \
     redis-6.0.2 \
     ssh2-1.3.1 \
+    swoole-5.1.1 \
     xdebug-3.2.2 \
   && pecl clear-cache \
   && rm -rf /tmp/pear

+ 1 - 0
images/php/8.3/Dockerfile

@@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y \
 RUN pecl channel-update pecl.php.net && pecl install \
     redis-6.0.2 \
     ssh2-1.3.1 \
+    swoole-5.1.1 \
     xdebug-3.3.1 \
   && pecl clear-cache \
   && rm -rf /tmp/pear