Skip to content

Commit c5f4aa5

Browse files
committed
Fix dockerfile
1 parent 15c71c7 commit c5f4aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Docker/dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN curl -SL --output git.zip https://github.com/git-for-windows/git/releases/do
2424
&& setx PATH "%PATH%;C:\git\cmd"
2525

2626
# Clone FFmpegInteropX
27-
RUN git clone https://github.com/ffmpeginteropx/FFmpegInteropX.git --recursive -branch release-1.0
27+
RUN git clone https://github.com/ffmpeginteropx/FFmpegInteropX.git --recursive
2828

2929
# Install build tools
3030
RUN cd FFmpegInteropX `

0 commit comments

Comments
 (0)