Skip to content

Commit 2c8ed00

Browse files
authored
Merge branch 'master' into patch-1
2 parents f8460e0 + d4e6272 commit 2c8ed00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:22.10 AS build
1+
FROM ubuntu:22.04 AS build
22

33
ENV DEBIAN_FRONTEND noninteractive
44

@@ -13,7 +13,7 @@ COPY ./build-ffmpeg /app/build-ffmpeg
1313

1414
RUN SKIPINSTALL=yes /app/build-ffmpeg --build
1515

16-
FROM ubuntu:22.10
16+
FROM ubuntu:22.04
1717

1818
ENV DEBIAN_FRONTEND noninteractive
1919

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ if command_exists "python3"; then
723723
fi
724724

725725
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"
727727
execute ./configure --prefix="${WORKSPACE}" --disable-shared --enable-static
728728
execute make -j $MJOBS
729729
execute make install

0 commit comments

Comments
 (0)