Add utils
This commit is contained in:
parent
8c92eff659
commit
94bfe71b83
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ FROM nextcloud:9
|
||||||
#FROM nextcloud:16
|
#FROM nextcloud:16
|
||||||
#FROM nextcloud:17
|
#FROM nextcloud:17
|
||||||
|
|
||||||
# RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
# apt-get install -q -y cron && \
|
apt-get install -q -y cron vim && \
|
||||||
# apt-get clean
|
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
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue