Tests: Dockerfile: Add the units file to the image.

This commit is contained in:
Constantine Molchanov 2026-07-07 10:18:19 +04:00
parent 5379ed34b1
commit 6a97b02414
No known key found for this signature in database
GPG Key ID: 933693C95E59269C

View File

@ -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