Actualizar processor/Dockerfile

This commit is contained in:
okd
2025-06-05 12:09:54 +00:00
parent 5a92020ffa
commit 2b9cf36d74

View File

@@ -10,8 +10,9 @@ WORKDIR /app
# Instalar EPEL para RHEL 9. # Instalar EPEL para RHEL 9.
# Luego, instalar las herramientas de compilación y ffmpeg-free. # Luego, instalar las herramientas de compilación y ffmpeg-free.
# El repositorio ubi-9-codeready-builder-rpms ya está habilitado por defecto. # El repositorio ubi-9-codeready-builder-rpms ya está habilitado por defecto.
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \ RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
dnf makecache && \
RUN dnf makecache && \
dnf install -y gcc-c++ make ffmpeg-free && \ dnf install -y gcc-c++ make ffmpeg-free && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf rm -rf /var/cache/dnf