Skip to content

Commit dabc834

Browse files
author
rok
committed
adding pcntl extension for laravel horizon
1 parent 9be5175 commit dabc834

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM php:7.3-alpine
22

33
LABEL maintainer="ipunkt Business Solutions <info@ipunkt.biz>" \
4-
version.image="v4.3" \
4+
version.image="v4.4" \
55
version.php=$PHP_VERSION \
66
description="A supervisor configured to run with laravel artisan queue:work or artisan horizon command"
77

@@ -11,7 +11,7 @@ ENV LARAVEL_HORIZON=false
1111

1212
RUN apk add --no-cache coreutils sqlite-dev libxml2-dev curl-dev gmp-dev icu-dev libpng-dev jpeg-dev freetype-dev autoconf imagemagick-dev gcc libc-dev libzip-dev rabbitmq-c-dev make libtool \
1313
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/freetype2 --with-jpeg-dir=/usr/include \
14-
&& docker-php-ext-install -j$(nproc) bcmath pdo pdo_mysql pdo_sqlite mbstring json xml zip curl gmp intl gd soap sockets \
14+
&& docker-php-ext-install -j$(nproc) bcmath pdo pdo_mysql pdo_sqlite mbstring json xml zip curl gmp intl gd soap sockets pcntl \
1515
&& pecl install imagick \
1616
&& pecl install amqp \
1717
&& docker-php-ext-enable imagick

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ For Laravel Horizon you have to configure your memory limit in your `horizon.php
2525
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.0 - deprecated |
2626
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.1 |
2727
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.2 |
28-
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.3 - recommended |
28+
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.3 |
29+
| 7.3 | ipunktbs/laravel-queue-worker:php7.3-v4.4 - recommended |
2930

3031
### Changelog
3132

0 commit comments

Comments
 (0)