projects
/
discourse_docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b8532a
)
Adding sed statement to disable imklog in rsyslog (#489)
author
Ed Lim
<limed@sudoers.org>
Mon, 23 Nov 2020 23:08:29 +0000
(15:08 -0800)
committer
GitHub
<noreply@github.com>
Mon, 23 Nov 2020 23:08:29 +0000
(10:08 +1100)
image/base/Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/image/base/Dockerfile
b/image/base/Dockerfile
index 063e3e09937f94976893b3e107b6d765c7e7ccc1..518594ef68c7c6e1380e253fbe6435f3a97ff14b 100644
(file)
--- a/
image/base/Dockerfile
+++ b/
image/base/Dockerfile
@@
-42,6
+42,7
@@
RUN apt -y install build-essential rsync \
libtcmalloc-minimal4 cmake
RUN sed -i -e 's/start -q anacron/anacron -s/' /etc/cron.d/anacron
RUN sed -i.bak 's/$ModLoad imklog/#$ModLoad imklog/' /etc/rsyslog.conf
+RUN sed -i.bak 's/module(load="imklog")/#module(load="imklog")/' /etc/rsyslog.conf
RUN dpkg-divert --local --rename --add /sbin/initctl
RUN sh -c "test -f /sbin/initctl || ln -s /bin/true /sbin/initctl"
RUN cd / &&\