Skip to content

Commit 347e1bd

Browse files
committed
curl fo
1 parent 23f743d commit 347e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG MOD_VERSION=master
77
RUN \
88
echo "**** grab rffmpeg ****" && \
99
mkdir -p /root-layer/usr/local/bin/ && \
10-
curl -o \
10+
curl -fo \
1111
/root-layer/usr/local/bin/rffmpeg -L \
1212
"https://raw.githubusercontent.com/joshuaboniface/rffmpeg/${MOD_VERSION}/rffmpeg" && \
1313
chmod +x /root-layer/usr/local/bin/rffmpeg

0 commit comments

Comments
 (0)