tinydeb: use systemd instead of no init at all
This commit is contained in:
parent
12e6ae3be9
commit
9139129430
2 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|||
nano \
|
||||
openssh-server \
|
||||
python \
|
||||
systemd-sysv \
|
||||
vim.tiny \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
Reference in a new issue