This commit is contained in:
Dominic Fischer
2023-09-08 23:30:35 +01:00
parent 23f743d209
commit 347e1bdc19
+1 -1
View File
@@ -7,7 +7,7 @@ ARG MOD_VERSION=master
RUN \
echo "**** grab rffmpeg ****" && \
mkdir -p /root-layer/usr/local/bin/ && \
curl -o \
curl -fo \
/root-layer/usr/local/bin/rffmpeg -L \
"https://raw.githubusercontent.com/joshuaboniface/rffmpeg/${MOD_VERSION}/rffmpeg" && \
chmod +x /root-layer/usr/local/bin/rffmpeg