1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Add rsync to ubuntu console

This commit is contained in:
Darren Shepherd
2015-03-06 21:25:40 -07:00
parent fff517ef0b
commit 9e7f33b4f7

View File

@@ -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/