Skip to content

Commit

Permalink
feat: 安装swoole
Browse files Browse the repository at this point in the history
  • Loading branch information
twbworld committed Mar 19, 2024
1 parent 77377ef commit fb30f11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ LABEL org.opencontainers.image.vendor="忐忑" \
org.opencontainers.image.description="构建php镜像" \
org.opencontainers.image.source="https://github.com/twbworld/php"

# ARG SWOOLE_VERSION=4.8.13
ARG REDIS_VERSION=6.0.2
ARG SWOOLE_VERSION=4.8.13

COPY php.ini /usr/local/etc/php/
COPY www.conf /usr/local/etc/php-fpm.d/
Expand Down Expand Up @@ -47,7 +47,7 @@ RUN set -xe \
zip \
&& pecl install -o -f \
redis-${REDIS_VERSION} \
# swoole-${SWOOLE_VERSION} \
swoole-${SWOOLE_VERSION} \
&& docker-php-ext-enable \
redis \
# swoole \
Expand Down

0 comments on commit fb30f11

Please sign in to comment.