version bump
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
FROM debian AS tmp
|
||||
ARG SCRIPT_VER=heads/master
|
||||
WORKDIR /root
|
||||
#COPY build-ffmpeg /root/build-ffmpeg
|
||||
# https://github.com/markus-perl/ffmpeg-build-script/pull/227 git needed or x265 won't build
|
||||
RUN apt update && apt install -y build-essential curl git && curl https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/refs/heads/master/build-ffmpeg >build-ffmpeg
|
||||
RUN chmod +x build-ffmpeg && \
|
||||
RUN apt update && apt install -y build-essential curl git
|
||||
RUN curl https://raw.githubusercontent.com/markus-perl/ffmpeg-build-script/refs/${SCRIPT_VER}/build-ffmpeg >build-ffmpeg && \
|
||||
chmod +x build-ffmpeg && \
|
||||
NUMJOBS=12 ./build-ffmpeg -b --enable-gpl-and-non-free --full-static
|
||||
|
||||
FROM scratch
|
||||
|
||||
Reference in New Issue
Block a user