Skip to content

Commit 81f7dea

Browse files
authored
Update Dockerfile
add supervisor & cron
1 parent bb79fbf commit 81f7dea

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

7.1/jessie/fpm/mssql/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ RUN apt-get update && apt-get install -y \
4040
libpng-dev \
4141
&& docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ \
4242
&& 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

Comments
 (0)