This commit is contained in:
ed
2023-09-30 23:32:51 +00:00
parent fc9b729fc2
commit fae5a36e6f
10 changed files with 37 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ RUN dnf install -y --setopt=install_weak_deps=False \
python3-devel ffmpeg-free-devel fftw-devel libsndfile-devel python3-setuptools \
vamp-plugin-sdk qm-vamp-plugins \
vamp-plugin-sdk-devel vamp-plugin-sdk-static \
&& rm -f /usr/lib/python3*/EXTERNALLY-MANAGED \
&& python3 -m pip install --user pyvips \
&& bash install-deps.sh \
&& dnf erase -y \