We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c71c7 commit c5f4aa5Copy full SHA for c5f4aa5
Docker/dockerfile
@@ -24,7 +24,7 @@ RUN curl -SL --output git.zip https://github.com/git-for-windows/git/releases/do
24
&& setx PATH "%PATH%;C:\git\cmd"
25
26
# Clone FFmpegInteropX
27
-RUN git clone https://github.com/ffmpeginteropx/FFmpegInteropX.git --recursive -branch release-1.0
+RUN git clone https://github.com/ffmpeginteropx/FFmpegInteropX.git --recursive
28
29
# Install build tools
30
RUN cd FFmpegInteropX `
0 commit comments