another typo in the dockerfile
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 01:04:53 +0000 (03:04 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 01:04:53 +0000 (03:04 +0200)
Dockerfile

index f116fa0172e2c4172ff5bf48f62ed805fcc9d710..35520880c3ec80345f572d00939f7c18dde496a1 100644 (file)
@@ -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 \