Update RabbitMQ host configuration and enhance Dockerfiles with dnf plugins
This commit is contained in:
@@ -9,6 +9,8 @@ WORKDIR /app
|
||||
|
||||
# Instalar ffmpeg usando el gestor de paquetes de Red Hat (dnf)
|
||||
RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm && \
|
||||
dnf install -y dnf-plugins-core && \
|
||||
dnf config-manager --set-enabled crb && \
|
||||
dnf install -y ffmpeg && \
|
||||
dnf clean all
|
||||
|
||||
|
||||
Reference in New Issue
Block a user