Skip to content

Commit 6493590

Browse files
committed
perf(DOCKERFILE): add uv test in dockerfile
1 parent 5f37c62 commit 6493590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN if echo "$BUILD_FROM" | grep -q "home-assistant"; then \
4949
apt-get install -y --no-install-recommends \
5050
python3 python3-pip && \
5151
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 && \
5253
# Install specific Node.js version for addon
5354
echo "Installing Node.js v${NODE_VERSION} for addon..." && \
5455
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash - && \

0 commit comments

Comments
 (0)