1
0
mirror of https://github.com/rancher/os.git synced 2025-07-13 14:44:03 +00:00

Merge pull request #322 from imikushin/less

debianconsole: add less
This commit is contained in:
Darren Shepherd 2015-05-26 13:18:23 -07:00
commit abb04db3db

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 sudo vim
apt-get install -y --no-install-recommends openssh-server rsync locales sudo vim less
RUN rm -rf /etc/ssh/*key*
COPY scripts/dockerimages/scripts/entry.sh /usr/sbin/
COPY scripts/dockerimages/scripts/console.sh /usr/sbin/