We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7082e2 commit 5ef510cCopy full SHA for 5ef510c
docker/Flex/Dockerfile.ubuntu22.04
@@ -139,7 +139,7 @@ RUN ./configure \
139
WORKDIR ${PREFIX}
140
RUN mkdir -p "${PREFIX}/usr/lib" && \
141
ldd "${PREFIX}/bin/ffmpeg" | cut -d ' ' -f 3 | xargs -i cp {} "${PREFIX}/usr/lib/" && \
142
- LD_LIBRARY_PATH="/opt/intel/oneapi/ipp/latest/lib/intel64:/usr/local/lib:/usr/local/lib64" /opt/build/bin/ffmpeg -buildconf && \
+ LD_LIBRARY_PATH="/opt/intel/oneapi/ipp/latest/lib:${PREFIX}/usr/lib:/usr/local/lib:/usr/local/lib64" /opt/build/bin/ffmpeg -buildconf && \
143
mv "${PREFIX}/bin" "${PREFIX}/usr/bin" && \
144
mv "${PREFIX}/lib" "${PREFIX}/usr/local/"
145
0 commit comments