1
0
mirror of https://github.com/rancher/os.git synced 2025-06-28 07:46:49 +00:00

ubuntu-console: add vim

This commit is contained in:
Ivan Mikushin 2015-04-26 17:06:00 +05:00
parent 95886c4d57
commit 2cb5884dac

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 rsync
apt-get install -y --no-install-recommends openssh-server rsync vim
RUN rm -rf /etc/ssh/*key*
COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/