1
0
mirror of https://github.com/rancher/os.git synced 2025-06-30 08:41:48 +00:00

Merge pull request #236 from imikushin/add-vim

ubuntu-console: add vim
This commit is contained in:
Darren Shepherd 2015-04-26 09:57:01 -07:00
commit 9c7663b0d3

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/