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 bb79fbf commit 81f7deaCopy full SHA for 81f7dea
7.1/jessie/fpm/mssql/Dockerfile
@@ -40,3 +40,9 @@ RUN apt-get update && apt-get install -y \
40
libpng-dev \
41
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
42
&& docker-php-ext-install gd
43
+
44
+# prepare for using supervisor
45
+apt-get install -y --no-install-recommends supervisor
46
47
+# setup cron and logrotate
48
+apt-get install -y --no-install-recommends cron
0 commit comments