tuto3: various fixes to help students
This commit is contained in:
parent
4d3b5c42b6
commit
7a72afc81d
6 changed files with 68 additions and 7 deletions
|
@ -8,7 +8,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
python-apt \
|
||||
systemd-sysv \
|
||||
vim.tiny \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm -rf /etc/ssh/ssh_host_*_key*
|
||||
|
||||
COPY gai.conf /etc/gai.conf
|
||||
COPY sshd_config /etc/ssh/sshd_config
|
||||
|
|
Reference in a new issue