mirror of
https://github.com/openvk/openvk
synced 2025-04-23 08:33:02 +03:00
Update Dockerfile
This commit is contained in:
parent
d4a29b6e01
commit
44315e66ce
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ systemctl enable mysqld && \
|
||||||
echo 'skip-grant-tables' >> /etc/my.cnf
|
echo 'skip-grant-tables' >> /etc/my.cnf
|
||||||
|
|
||||||
#Additionally, you can install ffmpeg for processing videos.
|
#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 && \
|
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
|
dnf -y install --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-8.noarch.rpm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue