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 347e1bd commit 84b6575Copy full SHA for 84b6575
Dockerfile
@@ -2,11 +2,12 @@
2
3
FROM ghcr.io/linuxserver/baseimage-alpine:3.17 as buildstage
4
5
-ARG MOD_VERSION=master
+ARG MOD_VERSION
6
7
RUN \
8
echo "**** grab rffmpeg ****" && \
9
mkdir -p /root-layer/usr/local/bin/ && \
10
+ MOD_VERSION=${MOD_VERSION:-master} && \
11
curl -fo \
12
/root-layer/usr/local/bin/rffmpeg -L \
13
"https://raw.githubusercontent.com/joshuaboniface/rffmpeg/${MOD_VERSION}/rffmpeg" && \
0 commit comments