mirror of
https://github.com/rancher/os.git
synced 2025-06-30 16:51:47 +00:00
commit
9c7663b0d3
@ -1,7 +1,7 @@
|
|||||||
FROM ubuntu:14.04.2
|
FROM ubuntu:14.04.2
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get upgrade --no-install-recommends -y && \
|
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*
|
RUN rm -rf /etc/ssh/*key*
|
||||||
COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/
|
COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/
|
||||||
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
|
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/
|
||||||
|
Loading…
Reference in New Issue
Block a user