File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG SWOOLE_VERSION
8
8
COPY script/ /tmp/script
9
9
10
10
RUN set -eux \
11
- && apt-get update && apt-get -y install procps libpq-dev unzip git libzip-dev libevent-dev libssl-dev libicu-dev libc-ares-dev libcurl4-openssl-dev unixodbc-dev libsqlite3-dev \
11
+ && apt-get update && apt-get -y install procps libpq-dev unzip git libzip-dev libevent-dev libssl-dev libicu-dev libc-ares-dev libcurl4-openssl-dev unixodbc-dev libsqlite3-dev libbrotli-dev \
12
12
&& docker-php-ext-install -j$(nproc) bcmath mysqli pdo_mysql pdo_pgsql pcntl sockets intl zip \
13
13
&& (php --ri redis || (pecl install redis && docker-php-ext-enable redis)) \
14
14
&& pecl install inotify \
Original file line number Diff line number Diff line change 6
6
push :
7
7
paths :
8
8
- " .github/workflows/daily-test.yml"
9
+ - " .github/docker-compose.yml"
10
+ - " .github/php.dockerfile"
11
+ - " .github/actions/ci-prepare"
9
12
pull_request :
10
13
paths :
11
14
- " .github/workflows/daily-test.yml"
15
+ - " .github/docker-compose.yml"
16
+ - " .github/php.dockerfile"
17
+ - " .github/actions/ci-prepare"
12
18
13
19
jobs :
14
20
daily-test-3_0 :
You can’t perform that action at this time.
0 commit comments