summaryrefslogtreecommitdiffstats
path: root/11.0
diff options
context:
space:
mode:
authorTilo Spannagel <development@tilosp.de>2018-02-28 21:13:12 +0100
committerTilo Spannagel <development@tilosp.de>2018-02-28 21:13:12 +0100
commit923f8c434dc702282edfe9eef135bb9f332a8105 (patch)
tree9fb28c7aa00802c85a55fb3a0595543d09072004 /11.0
parent7739cef929d800045689f489ac31ed4cc1ec4ef2 (diff)
Remove the root cron file
Diffstat (limited to '11.0')
-rw-r--r--11.0/fpm-alpine/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/11.0/fpm-alpine/Dockerfile b/11.0/fpm-alpine/Dockerfile
index 3a84692e..7600c901 100644
--- a/11.0/fpm-alpine/Dockerfile
+++ b/11.0/fpm-alpine/Dockerfile
@@ -9,7 +9,7 @@ RUN set -ex; \
rsync \
; \
\
- mkdir -p /var/spool/cron/crontabs; \
+ rm /var/spool/cron/crontabs/root; \
echo '*/15 * * * * php -f /var/www/html/cron.php' > /var/spool/cron/crontabs/www-data
# install the PHP extensions we need