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 23f743d commit 347e1bdCopy full SHA for 347e1bd
Dockerfile
@@ -7,7 +7,7 @@ ARG MOD_VERSION=master
7
RUN \
8
echo "**** grab rffmpeg ****" && \
9
mkdir -p /root-layer/usr/local/bin/ && \
10
- curl -o \
+ curl -fo \
11
/root-layer/usr/local/bin/rffmpeg -L \
12
"https://raw.githubusercontent.com/joshuaboniface/rffmpeg/${MOD_VERSION}/rffmpeg" && \
13
chmod +x /root-layer/usr/local/bin/rffmpeg
0 commit comments