From 4c8e0992bc6523c030a46169ae912cedb7f361b1 Mon Sep 17 00:00:00 2001 From: servostar Date: Sat, 25 May 2024 13:54:21 +0200 Subject: [PATCH] added lib build to devkit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 68265d8..8e503ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 .