mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
ubuntu-console: add vim
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 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/
|
||||
|
Reference in New Issue
Block a user