From 8dd0525cebfbe444ab4be57b2d7b5592ade6f13f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 25 Dec 2018 12:23:52 +0100 Subject: [PATCH] Add vim & git --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3aed4b..5b44c09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM owncloud:10.0.10 RUN apt-get update && \ - apt-get install -q -y cron && \ + apt-get install -q -y cron vim git && \ 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