From d4a29b6e019b3b536b2f67ad111b04ff7bfccfee Mon Sep 17 00:00:00 2001 From: samukhin <47834890+samukhin@users.noreply.github.com> Date: Wed, 5 May 2021 09:02:47 +0300 Subject: [PATCH] Update Dockerfile --- install/automated/Docker|Podman/AlmaLinux/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/automated/Docker|Podman/AlmaLinux/Dockerfile b/install/automated/Docker|Podman/AlmaLinux/Dockerfile index b57ac9cb..e79de2c5 100644 --- a/install/automated/Docker|Podman/AlmaLinux/Dockerfile +++ b/install/automated/Docker|Podman/AlmaLinux/Dockerfile @@ -29,7 +29,7 @@ systemctl enable mysqld && \ echo 'skip-grant-tables' >> /etc/my.cnf #Additionally, you can install ffmpeg for processing videos. -#Then install SDL2 and ffmpeg: +#You will need to use RPMFusion repo to install it: RUN dnf -y localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm && \ dnf -y install --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm