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 5f37c62 commit 6493590Copy full SHA for 6493590
Dockerfile
@@ -49,6 +49,7 @@ RUN if echo "$BUILD_FROM" | grep -q "home-assistant"; then \
49
apt-get install -y --no-install-recommends \
50
python3 python3-pip && \
51
pip3 install uv --no-cache-dir --break-system-packages && \
52
+ mkdir -p /tmp/uv_test && uv venv /tmp/uv_test && rm -rf /tmp/uv_test && \
53
# Install specific Node.js version for addon
54
echo "Installing Node.js v${NODE_VERSION} for addon..." && \
55
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \
0 commit comments