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 0017606 commit cc887c9Copy full SHA for cc887c9
Dockerfile
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
25
gnupg \
26
libonig-dev \
27
wkhtmltopdf \
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 mbstring gettext exif intl zip opcache bcmath xmlrpc soap \
31
&& docker-php-ext-configure gd --with-freetype --with-jpeg \
0 commit comments