music-assistant[server]==${MASS_VERSION}
# Configure runtime environmental variables
-RUN export LD_PRELOAD="/usr/lib/libjemalloc.so.2" \
- && export UV_SYSTEM_PYTHON="1" \
- && export UV_BREAK_SYSTEM_PACKAGES="1"
+ENV LD_PRELOAD="/usr/lib/libjemalloc.so.2"
+ENV UV_SYSTEM_PYTHON="1"
# Set some labels
LABEL \
label="Bypass volume normalization for effects and short sounds",
description="The volume normalizer of ffmpeg (used in Music Assistant), "
"is designed to work best with longer audio streams and can have troubles when "
- "its applied to very short sound clips (< 60 seconds), "
+ "its applied to very short sound clips (< 30 seconds), "
"for example sound effects. With this option enabled, the volume normalizer "
"will be bypassed for all audio that has a duration of less than 60 seconds.",
category="advanced",