Only build codec2

pull/860/head
Neil G7UFO 2025-02-16 16:30:29 +00:00
parent 6ef45d95db
commit 4a2d364a85
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ RUN mkdir build_linux
WORKDIR /app/FreeDATA/freedata_server/lib/codec2/build_linux
RUN cmake .. && make -j4
RUN cmake .. && make codec2 -j4
################################################################################
# Final image