mirror of
https://github.com/linuxserver/ffmpeg-builder.git
synced 2026-02-06 03:19:32 +08:00
fix order
This commit is contained in:
parent
9f9da43fb4
commit
fda9420434
13
Dockerfile
13
Dockerfile
@ -140,6 +140,13 @@ RUN \
|
||||
PATH="$HOME/bin:$PATH" make && \
|
||||
make install
|
||||
|
||||
# compile zlib
|
||||
RUN \
|
||||
cd ${BUILD_ROOT}/zlib-${ZLIB_VER} && \
|
||||
PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --static && \
|
||||
PATH="$HOME/bin:$PATH" make && \
|
||||
make install
|
||||
|
||||
# compile x264
|
||||
RUN \
|
||||
cd ${BUILD_ROOT}/x264-snapshot* && \
|
||||
@ -243,12 +250,6 @@ RUN \
|
||||
PATH="$HOME/bin:$PATH" make && \
|
||||
make install
|
||||
|
||||
# compile zlib
|
||||
RUN \
|
||||
cd ${BUILD_ROOT}/zlib-${ZLIB_VER} && \
|
||||
PATH="$HOME/bin:$PATH" ./configure --prefix="$HOME/ffmpeg_build" --static && \
|
||||
PATH="$HOME/bin:$PATH" make && \
|
||||
make install
|
||||
|
||||
# compile ffmpeg
|
||||
RUN \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user