From 8ecdba987beb6915824523369ab0fd69d937a1ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Tue, 11 Nov 2025 01:40:13 -0500 Subject: [PATCH] ubuntu: add `rsyslog` package for logging --- Dockerfile.ubuntu | 6 +++++- init.sh | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu b/Dockerfile.ubuntu index 030c058..ae2c54d 100644 --- a/Dockerfile.ubuntu +++ b/Dockerfile.ubuntu @@ -6,12 +6,16 @@ ENV DEBUG=${DEBUG} WORKDIR /root RUN apt-get update -RUN apt-get install -y nfs-kernel-server krb5-kdc krb5-admin-server nfs-common bash +RUN apt-get install -y nfs-kernel-server krb5-kdc krb5-admin-server nfs-common bash rsyslog RUN if [ -n "${DEBUG}" ]; then \ apt-get install iproute2 iputils-ping net-tools; \ fi +RUN cat > /etc/rsyslog.conf <&1 | tee /root/stuff.log \ No newline at end of file