mirror of
https://github.com/rancher/os.git
synced 2025-07-12 14:18:01 +00:00
Merge pull request #311 from imikushin/jessie-console
debianconsole: add sudo
This commit is contained in:
commit
893d57ff6c
@ -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 vim
|
||||
apt-get install -y --no-install-recommends openssh-server rsync locales sudo 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