We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d26ca92 commit 44f4d12Copy full SHA for 44f4d12
Dockerfile
@@ -10,7 +10,7 @@ ENV QUEUE_NAME=default
10
ENV LARAVEL_HORIZON=false
11
12
# Install pdo if you want to use database queue and install supervisor
13
-RUN docker-php-ext-install pdo pdo_mysql pcntl posix \
+RUN docker-php-ext-install bcmath pdo pdo_mysql pcntl posix \
14
&& apk add --update supervisor && rm -rf /tmp/* /var/cache/apk/*
15
16
# Define working directory
0 commit comments