Add utils

This commit is contained in:
Glenn Y. Rolland 2019-11-20 17:43:48 +01:00
parent 8c92eff659
commit 94bfe71b83

View file

@ -5,9 +5,9 @@ FROM nextcloud:9
#FROM nextcloud:16
#FROM nextcloud:17
# RUN apt-get update && \
# apt-get install -q -y cron && \
# apt-get clean
RUN apt-get update && \
apt-get install -q -y cron vim && \
apt-get clean
# RUN echo "*/15 * * * * root su -l www-data -s /bin/bash -c 'php -f /var/www/html/cron.php' > /dev/null 2>&1" >> /etc/crontab