Skip to content

Instantly share code, notes, and snippets.

@Satys
Last active October 11, 2021 07:11
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 Satys/eb3c40fdc5bd7de6d7306a47f2ebd4d0 to your computer and use it in GitHub Desktop.
Save Satys/eb3c40fdc5bd7de6d7306a47f2ebd4d0 to your computer and use it in GitHub Desktop.
FROM safesecurity/rsyslog:8.2012.0
RUN apk add inotify-tools
# Rsyslog Configuration file
COPY --chown=root:root rsyslog.conf /etc/rsyslog.conf
RUN chmod 0644 /etc/rsyslog.conf
# Copy and configure Entrypoint.sh
COPY entrypoint.sh /entrypoint.sh
RUN chmod 0755 /entrypoint.sh
ENTRYPOINT /entrypoint.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment