From 9e7f33b4f7e08f9a42c68858d2df0a0d0d05b214 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Fri, 6 Mar 2015 21:25:40 -0700 Subject: [PATCH] Add rsync to ubuntu console --- scripts/extraimages/00-ubuntuconsole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/extraimages/00-ubuntuconsole b/scripts/extraimages/00-ubuntuconsole index be449322..0436996d 100644 --- a/scripts/extraimages/00-ubuntuconsole +++ b/scripts/extraimages/00-ubuntuconsole @@ -1,7 +1,7 @@ FROM ubuntu:14.04.2 RUN apt-get update && \ apt-get upgrade --no-install-recommends -y && \ - apt-get install -y --no-install-recommends openssh-server + apt-get install -y --no-install-recommends openssh-server rsync RUN rm -rf /etc/ssh/*key* COPY scripts/dockerimages/scripts/console.sh /usr/sbin/ COPY scripts/dockerimages/scripts/update-ssh-keys /usr/bin/