From 5023184c83f3a0d83fc9ae34bcdf4d5ca0285dca Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 19 May 2026 11:32:08 +0400 Subject: [PATCH] Update docker --- tests/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Dockerfile b/tests/Dockerfile index 7f2b44c..393006a 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -44,7 +44,8 @@ RUN rm -rf vendor/libplum/build && \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=OFF \ vendor/libplum && \ - cmake --build vendor/libplum/build + cmake --build vendor/libplum/build && \ + cp vendor/libplum/build/libplum.a vendor/libplum/libplum.a # Compile test binaries (protocol x memory manager) COPY tests/ tests/