sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

commit c86a1a3f67049891c1eda2b66ebf4d3a3eb02eec
parent a1e36d963b12fdad9928f548edb4dc4dd95eb7c2
Author: Florian Dold <florian@dold.me>
Date:   Thu, 30 Oct 2025 12:51:09 +0100

do not even attempt to load kernel modules

Diffstat:
MDockerfile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -339,3 +339,5 @@ RUN systemctl disable postgresql && \ RUN sed -i /etc/postgresql/17/main/postgresql.conf -e 's/^port[ ]*=.*$/port = 5432/' # Not ready yet! RUN systemctl disable taler-mailbox + +RUN systemctl mask systemd-modules-load.service