full clone needed for x265 packageconfig

This commit is contained in:
aptalca 2023-06-09 15:13:54 -04:00
parent eb47d06570
commit 00bf9dfa4f
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548

View File

@ -347,7 +347,7 @@ RUN \
mkdir -p /tmp/x265 && \
git clone \
--branch ${X265} \
--depth 1 https://bitbucket.org/multicoreware/x265_git.git \
https://bitbucket.org/multicoreware/x265_git.git \
/tmp/x265
RUN \
echo "**** compiling x265 ****" && \