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
2
2
3
3
ENV DEBIAN_FRONTEND noninteractive
4
4
@@ -13,7 +13,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg
13
13
14
14
RUN SKIPINSTALL=yes /app/build-ffmpeg --build
15
15
16
- FROM ubuntu:22.10
16
+ FROM ubuntu:22.04
17
17
18
18
ENV DEBIAN_FRONTEND noninteractive
19
19
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ if command_exists "python3"; then
723
723
fi
724
724
725
725
if 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"
727
727
execute ./configure --prefix=" ${WORKSPACE} " --disable-shared --enable-static
728
728
execute make -j $MJOBS
729
729
execute make install
You can’t perform that action at this time.
0 commit comments