Add missing Sox library for processing MP3 data
This commit is contained in:
parent
0385dfb5aa
commit
8c65cbf064
@ -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/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user