Add missing Sox library for processing MP3 data

This commit is contained in:
Josh Meyer 2021-06-14 16:09:26 -04:00 committed by GitHub
parent 0385dfb5aa
commit 8c65cbf064
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,8 @@ RUN apt-get update && \
libopus0 \ libopus0 \
libopusfile0 \ libopusfile0 \
libsndfile1 \ libsndfile1 \
sox && \ sox \
libsox-fmt-mp3 && \
apt-get purge -y python3-xdg && \ apt-get purge -y python3-xdg && \
rm -rf /var/lib/apt/lists/ rm -rf /var/lib/apt/lists/