We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8294a96 commit e4ac413Copy full SHA for e4ac413
infra/experimental/contrib/arvo/hacks/__init__.py
@@ -97,5 +97,5 @@ def x265_fix(dft: DockerfileModifier) -> None:
97
"RUN git clone "
98
"https://bitbucket.org/multicoreware/x265_git.git x265\n")
99
dft.replace(
100
- r'RUN\shg\sclone\s.*hg.videolan.org/x265\s*(x265)*', "RUN git clone "
+ r'RUN\shg\sclone\s.*hg\.videolan\.org/x265\s*(x265)*', "RUN git clone "
101
0 commit comments