From 6a97b02414f1369b2acf8d1dab45c0473e9289c1 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Tue, 7 Jul 2026 10:18:19 +0400 Subject: [PATCH] Tests: Dockerfile: Add the units file to the image. --- tests/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Dockerfile b/tests/Dockerfile index ed2518a..dc32db0 100644 --- a/tests/Dockerfile +++ b/tests/Dockerfile @@ -34,6 +34,7 @@ RUN curl -fsSL "https://nim-lang.org/download/nim-${NIM_VERSION}-linux_x64.tar.x # Install nim deps (cached layer) WORKDIR /app COPY libplum.nimble . +COPY libplum_units.c . COPY libplum/ libplum/ COPY vendor/ vendor/ RUN nimble setup -y