Skip to content

Instantly share code, notes, and snippets.

@rfjakob
Created December 26, 2023 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfjakob/99d6d6d97fd152f970d35f03bd4528e4 to your computer and use it in GitHub Desktop.
Save rfjakob/99d6d6d97fd152f970d35f03bd4528e4 to your computer and use it in GitHub Desktop.
FROM debian
RUN echo root:root | chpasswd
RUN apt-get -qq -y update && apt-get -qq -y install systemd-sysv
CMD [ "systemd" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment