Skip to content

Commit 27c3882

Browse files
committed
feat: add supervisor
1 parent 15a0d4f commit 27c3882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2525
wkhtmltopdf \
2626
libpq-dev \
2727
librabbitmq-dev \
28+
supervisor \
2829
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
2930
&& docker-php-ext-install iconv pdo_mysql pdo_pgsql mbstring gettext exif intl zip opcache bcmath xml soap \
3031
&& docker-php-ext-configure gd --with-freetype --with-jpeg \

0 commit comments

Comments
 (0)