Skip to content

Commit 9de4f15

Browse files
committed
chore: prep 35 for release
1 parent afebd94 commit 9de4f15

3 files changed

Lines changed: 9 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`)

0 commit comments

Comments
 (0)