From 539d675d99fdb1697a3d60dacb82df84df69d9fb Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 21 Mar 2016 22:00:06 -0700 Subject: [PATCH] include rsync --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a34dca..09a6064 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER Dave P RUN useradd --create-home nexus && \ echo "nexus:nexus" | chpasswd && \ apt-get update && \ - apt-get install -y nginx-light fcgiwrap supervisor openssh-server cron && \ + apt-get install -y nginx-light fcgiwrap supervisor openssh-server cron rsync && \ mkdir /start.d /nexus /var/run/sshd && \ chown nexus /nexus && \ cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf && \