From 822b72e761650bdb22115d03b9513141a5ae8215 Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 26 Jun 2026 09:40:50 -0700 Subject: [PATCH 1/2] update libsox installation Signed-off-by: Jason --- docker/Dockerfile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index dbf19b0f1e06..59ef5f0e02f2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -62,9 +62,15 @@ apt-get install -y \ bc \ curl \ git \ - libsndfile1 \ - libsox-fmt-all \ - sox + libsndfile1 +apt-get clean +EOF + +# Install Sox without libsox-fmt-ao and libsox-fmt-mp3 +RUN <<"EOF" bash -ex +apt-cache depends libsox-fmt-all \ + | awk '$1 == "Depends:" && $2 != "libsox-fmt-ao" && $2 != "libsox-fmt-mp3" && $2 !~ /^ Date: Fri, 26 Jun 2026 09:45:12 -0700 Subject: [PATCH 2/2] let's actually install sox Signed-off-by: Jason --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 59ef5f0e02f2..470582fee0b3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -70,7 +70,7 @@ EOF RUN <<"EOF" bash -ex apt-cache depends libsox-fmt-all \ | awk '$1 == "Depends:" && $2 != "libsox-fmt-ao" && $2 != "libsox-fmt-mp3" && $2 !~ /^