Actualizar processor/Dockerfile
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user