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 15a0d4f commit 27c3882Copy full SHA for 27c3882
Dockerfile
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
25
wkhtmltopdf \
26
libpq-dev \
27
librabbitmq-dev \
28
+ supervisor \
29
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
30
&& docker-php-ext-install iconv pdo_mysql pdo_pgsql mbstring gettext exif intl zip opcache bcmath xml soap \
31
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
0 commit comments