File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:22.10 AS build
1+ FROM ubuntu:22.04 AS build
22
33ENV DEBIAN_FRONTEND noninteractive
44
@@ -13,7 +13,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg
1313
1414RUN SKIPINSTALL=yes /app/build-ffmpeg --build
1515
16- FROM ubuntu:22.10
16+ FROM ubuntu:22.04
1717
1818ENV DEBIAN_FRONTEND noninteractive
1919
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ if command_exists "python3"; then
723723fi
724724
725725if build " opencore" " 0.1.6" ; then
726- download " https://sourceforge.net/projects /opencore-amr/files/ opencore-amr/opencore-amr-0.1.5 .tar.gz/download " " opencore-amr-0.1.6.tar.gz"
726+ download " https://deac-ams.dl. sourceforge.net/project /opencore-amr/opencore-amr/opencore-amr-0.1.6 .tar.gz" " opencore-amr-0.1.6.tar.gz"
727727 execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
728728 execute make -j $MJOBS
729729 execute make install
You can’t perform that action at this time.
0 commit comments