Skip to content

Commit

Permalink
MOSIP-32064
Browse files Browse the repository at this point in the history
Signed-off-by: JanardhanBS-SyncByte <[email protected]>
  • Loading branch information
JanardhanBS-SyncByte committed May 21, 2024
1 parent 7ffef14 commit 63045ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions biosdk-services/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ RUN mkdir -p /opencv/opencv-${OPENCV_VERSION}/build && \
-D BUILD_opencv_ximgproc=OFF \
-D BUILD_opencv_stitching=OFF \
-D BUILD_opencv_python=OFF .. && \
make -j$(nproc) CFLAGS="-D__STDC_VERSION__=199901L"
RUN make install
RUN ldconfig
make -j$(nproc) CFLAGS="-D__STDC_VERSION__=199901L" && \
make install
# RUN ldconfig

# Clean up unnecessary files
RUN apk del build-base cmake git wget unzip patch && \
Expand Down

0 comments on commit 63045ea

Please sign in to comment.