From 53526e261c3a95eba0ec610f79bdcc74b009ba58 Mon Sep 17 00:00:00 2001 From: nolim1t - f6287b82CC84bcbd Date: Fri, 25 Nov 2022 14:42:52 +0700 Subject: [PATCH] line 189 (remove check) to see if this works Seems checks are failing. Damn reckless devs --- 24.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/24.0/Dockerfile b/24.0/Dockerfile index fe90a1f..70fb331 100644 --- a/24.0/Dockerfile +++ b/24.0/Dockerfile @@ -186,7 +186,7 @@ RUN ./configure LDFLAGS=-L/opt/db4/lib/ CPPFLAGS=-I/opt/db4/include/ \ --with-sqlite=yes \ --with-daemon -RUN make -j$(( $(nproc) + 1 )) check +RUN make -j$(( $(nproc) + 1 )) RUN make install # List installed binaries pre-strip & strip them