diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e1d04b3..9ed180c 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 ****" && \