Merge branch 'master' of github.com:jb-alvarado/ffplayout-engine

This commit is contained in:
jb-alvarado 2024-08-18 16:35:31 +02:00
commit 0a53eb3f80

View File

@ -25,7 +25,7 @@ RUN dnf clean all -y && \
RUN dnf install -y which sqlite libstdc++-static libtool autoconf clang \
cmake ninja-build cargo ragel meson git pkgconfig bzip2 \
python3-devel gperf perl glibc-static binutils-devel \
nasm rsync
nasm rsync wget
WORKDIR /tmp