Fix build arg/var

This commit is contained in:
aptalca 2023-06-13 18:30:19 -04:00
parent f20595d0c5
commit 7cc09101a3
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
2 changed files with 2 additions and 2 deletions

View File

@ -504,7 +504,7 @@ RUN \
if [ -z ${FFMPEG_VERSION+x} ]; then \
FFMPEG=${FFMPEG_HARD}; \
else \
FFMPEG=${FFMPEG_VERSION}; \
FFMPEG=${FFMPEG_VERSION%-cli}; \
fi && \
echo "**** grabbing ffmpeg ****" && \
mkdir -p /tmp/ffmpeg && \

View File

@ -375,7 +375,7 @@ RUN \
if [ -z ${FFMPEG_VERSION+x} ]; then \
FFMPEG=${FFMPEG_HARD}; \
else \
FFMPEG=${FFMPEG_VERSION}; \
FFMPEG=${FFMPEG_VERSION%-cli}; \
fi && \
echo "**** grabbing ffmpeg ****" && \
mkdir -p /tmp/ffmpeg && \