Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created January 28, 2021 16:49
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 eydam-prototyping/ca6c4a0449f65f47e232365fad81858f to your computer and use it in GitHub Desktop.
Save eydam-prototyping/ca6c4a0449f65f47e232365fad81858f to your computer and use it in GitHub Desktop.
FROM debian
RUN apt update
RUN apt install rsyslog -y
ENTRYPOINT ["rsyslogd", "-n"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment