From 00bf9dfa4f37dfd6a71dd2ebc348b4905ef695f3 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:13:54 -0400 Subject: [PATCH] full clone needed for x265 packageconfig --- Dockerfile.aarch64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ****" && \