소스 검색

Added swoole to all PHP images

Mark Shust 1 년 전
부모
커밋
b7efbbc514
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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