We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a694c commit 5f37c62Copy full SHA for 5f37c62
Dockerfile
@@ -48,7 +48,7 @@ RUN if echo "$BUILD_FROM" | grep -q "home-assistant"; then \
48
apt-get update && \
49
apt-get install -y --no-install-recommends \
50
python3 python3-pip && \
51
- pip3 install uv --no-cache-dir && \
+ pip3 install uv --no-cache-dir --break-system-packages && \
52
# Install specific Node.js version for addon
53
echo "Installing Node.js v${NODE_VERSION} for addon..." && \
54
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
0 commit comments