From e50d3076f910de7d6da297baae59841f95159624 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Tue, 11 Jul 2023 02:19:29 +0200 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1d422e7f..f1f66b1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,7 +70,7 @@ RUN --mount=type=bind,target=/tmp/wheels,source=/wheels,from=wheels-builder,rw \ RUN pip3 install \ --no-cache-dir \ music-assistant[server]==${MASS_VERSION} \ - && python3 -m compileall music-assistant + && python3 -m compileall music_assistant # Enable jemalloc RUN \ -- 2.34.1