From 63159402679158a6cf6518fdcf6721336b221d64 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 10 Nov 2024 16:59:21 -0500 Subject: [PATCH] Maybe that will fix it? --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index c9f8561..0631fc4 100644 --- a/Containerfile +++ b/Containerfile @@ -4,8 +4,7 @@ FROM ghcr.io/charles8191/calcite/9 ADD net-privacy.conf /usr/lib/NetworkManager/conf.d/30-net-privacy.conf ADD chrony.conf /etc/chrony.conf ADD tunables.conf /usr/lib/sysctl.d/tunables.conf -RUN \ -set -x && \ +RUN set -x && \ # Install mimalloc curl --create-dirs -Lo /usr/lib64/libmimalloc-secure.so https://github.com/charles8191/mimalloc-secure/raw/refs/heads/main/libmimalloc-secure.so && \ chmod +x /usr/lib64/libmimalloc-secure.so && \