Add vim & git
This commit is contained in:
parent
fe1b4aff5f
commit
8dd0525ceb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM owncloud:10.0.10
|
FROM owncloud:10.0.10
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -q -y cron && \
|
apt-get install -q -y cron vim git && \
|
||||||
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