Skip to content

Commit

Permalink
set LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Oct 30, 2023
1 parent 9418d9c commit 9ce742f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/opencv_python/Dockerfile.stage4
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY . /repo

ENV PKG_CONFIG_PATH /usr/local/lib/pkgconfig:/ffmpeg_build/lib/pkgconfig:/opt/Qt5.15.0/lib/pkgconfig
ENV LDFLAGS -L/ffmpeg_build/lib -L/opt/Qt5.15.0/lib
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/Qt5.15.0/lib

ENV CC=/opt/rh/devtoolset-10/root/usr/bin/gcc
ENV FC=/opt/rh/devtoolset-10/root/usr/bin/gfortran5
Expand Down

0 comments on commit 9ce742f

Please sign in to comment.