@@ -20,9 +20,9 @@ ENV UID="${RUNNER_UID}"
20
20
21
21
# The EPEL repository installs `dnf-core-plugin` (`config-manager` and `builddeps`) and provides `ncurses-compat-libs`.
22
22
# 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" ]
25
24
RUN [ "dnf" , "config-manager" , "--set-enabled" , "crb" ]
25
+ RUN [ "rm" , "/etc/yum.repos.d/epel-cisco-openh264.repo" ]
26
26
RUN [ "dnf" , "-y" , "upgrade" ]
27
27
RUN [ "dnf" , "clean" , "all" ]
28
28
@@ -57,7 +57,8 @@ ENV RPM_SIGN_PASSPHRASE=""
57
57
ENTRYPOINT [ "/bin/bash" , "-c" , "/home/runner/build.sh" , "${REPO_USER}" , "${REPO_NAME}" , "${REPO_BRANCH}" ]
58
58
59
59
# 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" ]
61
62
RUN [ "dnf" , "-y" , "upgrade" ]
62
63
RUN [ "dnf" , "clean" , "all" ]
63
64
0 commit comments