From: Marcel van der Veldt Date: Fri, 30 Aug 2024 01:04:53 +0000 (+0200) Subject: another typo in the dockerfile X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=9b0cf4fdcf443e99fc2f7b07883cacab549022af;p=music-assistant-server.git another typo in the dockerfile --- diff --git a/Dockerfile b/Dockerfile index f116fa01..35520880 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN uv pip install \ # Configure runtime environmental variables RUN export LD_PRELOAD="/usr/lib/libjemalloc.so.2" \ && export UV_SYSTEM_PYTHON="1" \ - && export UV_BREAK_SYSTEM_PACKAGES==1" + && export UV_BREAK_SYSTEM_PACKAGES="1" # Set some labels LABEL \