Skip to content

Commit c33dac3

Browse files
committed
libvpx-devel added. opus-tools and libvpx-utils also would exist.
1 parent d67b021 commit c33dac3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/rpm-builder/Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ ENV UID="${RUNNER_UID}"
2020

2121
# The EPEL repository installs `dnf-core-plugin` (`config-manager` and `builddeps`) and provides `ncurses-compat-libs`.
2222
# Configuring further package repositories: / https://wiki.rockylinux.org/rocky/repo/#extra-repositories
23-
RUN [ "dnf", "-y", "install", "sudo", "epel-release" ]
24-
RUN [ "rm", "/etc/yum.repos.d/epel-cisco-openh264.repo" ]
23+
RUN [ "dnf", "-y", "install", "sudo", "nano", "wget", "epel-release" ]
2524
RUN [ "dnf", "config-manager", "--set-enabled", "crb" ]
25+
RUN [ "rm", "/etc/yum.repos.d/epel-cisco-openh264.repo" ]
2626
RUN [ "dnf", "-y", "upgrade" ]
2727
RUN [ "dnf", "clean", "all" ]
2828

@@ -57,7 +57,8 @@ ENV RPM_SIGN_PASSPHRASE=""
5757
ENTRYPOINT [ "/bin/bash", "-c", "/home/runner/build.sh", "${REPO_USER}", "${REPO_NAME}", "${REPO_BRANCH}" ]
5858

5959
# Build dependencies.
60-
RUN [ "dnf", "-y", "install", "nano", "wget", "git", "cmake", "gcc-c++", "rpm-build", "golang-bin", "expect", "vim-common", "ncurses-compat-libs", "curl-devel", "wayland-devel", "libaom-devel", "opus-devel", "libzip-devel", "protobuf-devel", "protobuf-compiler" ]
60+
RUN [ "dnf", "-y", "install", "git", "cmake", "gcc-c++", "rpm-build", "golang-bin", "expect", "vim-common", "ncurses-compat-libs", "curl-devel", "wayland-devel", "libaom-devel", "opus-devel", "libvpx-devel", "libzip-devel", "protobuf-devel", "protobuf-compiler" ]
61+
# RUN [ "dnf", "-y", "install", "libaom", "opus-tools", "libvpx-utils" ]
6162
RUN [ "dnf", "-y", "upgrade" ]
6263
RUN [ "dnf", "clean", "all" ]
6364

0 commit comments

Comments
 (0)