mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-28 21:18:28 +00:00
Merge pull request #445 from justincormack/logrotate
Switch to ksyslogd to add log rotation
This commit is contained in:
commit
f60a9028c7
@ -1,4 +1,4 @@
|
||||
FROM mobylinux/alpine-base:c31ad889c44f78974e8e04a5d489be3a07e77536
|
||||
FROM mobylinux/alpine-base:66f90ac774fa715af3904529eefbbf4f885ec59e
|
||||
|
||||
ENV ARCH=x86_64
|
||||
|
||||
@ -61,7 +61,7 @@ RUN \
|
||||
rc-update add urandom boot && \
|
||||
rc-update add hostname boot && \
|
||||
rc-update add vsudd boot && \
|
||||
rc-update add syslog boot && \
|
||||
rc-update add sysklogd boot && \
|
||||
rc-update add hwclock boot && \
|
||||
rc-update add networking boot && \
|
||||
rc-update add acpid default && \
|
||||
|
@ -22,4 +22,5 @@ RUN \
|
||||
e2fsprogs-extra \
|
||||
openssl \
|
||||
jq \
|
||||
sysklogd \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
Loading…
Reference in New Issue
Block a user