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:
parent
95886c4d57
commit
2cb5884dac
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user