Skip to content

Commit

Permalink
Upgrade ev && eio
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed Jul 23, 2023
1 parent cff088f commit 8ac36c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN true \
&& docker-php-ext-install -j$(nproc) sockets zip gmp pcntl bcmath ffi mysqli pdo pdo_mysql \
# Install additional extension
&& mkdir -p /usr/src/php/ext/ && cd /usr/src/php/ext/ \
&& pecl bundle ev && pecl bundle eio-3.0.0RC4 \
&& pecl bundle ev-beta && pecl bundle eio-beta \
&& docker-php-ext-install -j$(nproc) ev eio \
# Install PrimeModule for AuthKey generation speedup
&& git clone https://github.com/danog/PrimeModule-ext \
Expand Down

0 comments on commit 8ac36c6

Please sign in to comment.