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: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
|
||||
|
||||
|
|
Loading…
Reference in a new issue