1
0
mirror of https://github.com/rancher/os.git synced 2025-07-19 17:39:04 +00:00

debian-console: add vim

This commit is contained in:
Ivan Mikushin 2015-04-26 17:10:30 +05:00
parent 5a56e22d69
commit c59e720da5

View File

@ -1,7 +1,7 @@
FROM debian:jessie
RUN apt-get update && \
apt-get upgrade --no-install-recommends -y && \
apt-get install -y --no-install-recommends openssh-server rsync locales
apt-get install -y --no-install-recommends openssh-server rsync locales vim
RUN rm -rf /etc/ssh/*key*
COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/