File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 35 (2025-07-22)
4+
5+ - Adds ` pcntl ` PHP extension for process control (eg: Laravel Horizon)
6+
37## 34 (2025-07-19)
48
59- Don't rotate nginx logs via supervisord
Original file line number Diff line number Diff line change @@ -33,15 +33,15 @@ RUN apk add --no-cache --update \
3333 # Install zip for csv functionality
3434 libzip~=1 \
3535 libzip-dev~=1 \
36+ zip~=3 \
3637 zlib~=1 \
3738 zlib-dev~=1 \
38- zip~=3 \
3939 # Install Redis
4040 autoconf \
41- gcc \
4241 g++ \
43- make \
42+ gcc \
4443 libc-dev \
44+ make \
4545 && pecl install \
4646 redis \
4747 && docker-php-ext-enable \
@@ -57,9 +57,9 @@ RUN apk add --no-cache --update \
5757 gd \
5858 intl \
5959 opcache \
60+ pcntl \
6061 pdo_mysql \
6162 zip \
62- pcntl \
6363 # Remove dev packages once we're done using them
6464 && apk del \
6565 autoconf \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ The following features work out of the box without any configuration:
2525- ` Nginx ` serves as the web host and reverse proxy
2626 - Logs located at ` /var/log/nginx/ `
2727- ` npm ` and ` node ` are installed for all your Node dependencies and scripts
28- - ` pcntl ` for use by Laravel Horizon
28+ - ` pcntl ` is installed for process control (eg: Laravel Horizon)
2929- ` PHP-FPM/OPcache ` for fast performance in the browser and on the CLI
3030- ` Redis ` extension is installed for caching
3131- ` supervisord ` is installed for process management (Starting with image version ` 32 ` )
You can’t perform that action at this time.
0 commit comments