added lib build to devkit

This commit is contained in:
Sven Vogel 2024-05-25 13:54:21 +02:00
parent 74ce05e2c6
commit 4c8e0992bc
1 changed files with 1 additions and 0 deletions

View File

@ -10,5 +10,6 @@ COPY --chown=lorang CMakeLists.txt /home/lorang/
COPY --chown=lorang run-check-test.sh /home/lorang/
COPY --chown=lorang .env /home/lorang/
COPY --chown=lorang run-docker-build.sh /home/lorang/
COPY --chown=lorang run-lib-build.sh /home/lorang/
RUN cmake .