Forráskód Böngészése

Added swoole to all PHP images

Mark Shust 1 éve
szülő
commit
b7efbbc514
3 módosított fájl, 3 hozzáadás és 0 törlés
  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