mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-07-24 00:03:11 +00:00
Tests: Dockerfile: Add the units file to the image.
This commit is contained in:
parent
5379ed34b1
commit
6a97b02414
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user