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:
@@ -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/
|
||||
|
Reference in New Issue
Block a user