include rsync

This commit is contained in:
dave 2016-03-21 22:00:06 -07:00
parent ff2893b03b
commit 539d675d99
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ MAINTAINER Dave P
RUN useradd --create-home nexus && \ RUN useradd --create-home nexus && \
echo "nexus:nexus" | chpasswd && \ echo "nexus:nexus" | chpasswd && \
apt-get update && \ 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 && \ mkdir /start.d /nexus /var/run/sshd && \
chown nexus /nexus && \ chown nexus /nexus && \
cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf && \ cp /usr/share/doc/fcgiwrap/examples/nginx.conf /etc/nginx/fcgiwrap.conf && \