tinydeb: use systemd instead of no init at all

This commit is contained in:
nemunaire 2019-04-19 21:15:44 +02:00 committed by Pierre-Olivier Mercier
parent 12e6ae3be9
commit 9139129430
2 changed files with 6 additions and 1 deletions

View file

@ -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/*