mirror of https://github.com/MISP/misp-docker
Remove syslog-ng
parent
2424c78064
commit
3f9e97df67
|
@ -50,9 +50,6 @@ RUN ( \
|
|||
echo 'autorestart = false'; \
|
||||
) >> /etc/supervisor/conf.d/supervisord.conf
|
||||
|
||||
# Modify syslog configuration
|
||||
RUN sed -i -E 's/^(\s*)system\(\);/\1unix-stream("\/dev\/log");/' /etc/syslog-ng/syslog-ng.conf
|
||||
|
||||
# Add run script
|
||||
# Trigger to perform first boot operations
|
||||
ADD run.sh /run.sh
|
||||
|
|
Loading…
Reference in New Issue