Skip to content

Commit 5ef510c

Browse files
authored
Update Dockerfile.ubuntu22.04
Signed-off-by: Miłosz Linkiewicz <milosz.linkiewicz@intel.com>
1 parent b7082e2 commit 5ef510c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Flex/Dockerfile.ubuntu22.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN ./configure \
139139
WORKDIR ${PREFIX}
140140
RUN mkdir -p "${PREFIX}/usr/lib" && \
141141
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 && \
142+
LD_LIBRARY_PATH="/opt/intel/oneapi/ipp/latest/lib:${PREFIX}/usr/lib:/usr/local/lib:/usr/local/lib64" /opt/build/bin/ffmpeg -buildconf && \
143143
mv "${PREFIX}/bin" "${PREFIX}/usr/bin" && \
144144
mv "${PREFIX}/lib" "${PREFIX}/usr/local/"
145145

0 commit comments

Comments
 (0)