diff --git a/projects/libheif/Dockerfile b/projects/libheif/Dockerfile index 4d10a262f..08a0516c1 100644 --- a/projects/libheif/Dockerfile +++ b/projects/libheif/Dockerfile @@ -34,9 +34,8 @@ RUN git clone \ https://github.com/strukturag/libde265.git \ libde265 -RUN hg clone \ - --branch stable \ - http://hg.videolan.org/x265 \ +RUN git clone \ + https://bitbucket.org/multicoreware/x265_git/src/stable/ \ x265 RUN git clone \