Skip to content

Instantly share code, notes, and snippets.

@Satys
Satys / DOCKERFILE
Last active October 11, 2021 07:11
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