Skip to content

Instantly share code, notes, and snippets.

@Satys
Last active October 11, 2021 07:11
Embed
What would you like to do?
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