We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a880e commit 3bf9a67Copy full SHA for 3bf9a67
resources/build_assets/docker/Dockerfile
@@ -36,7 +36,6 @@ RUN TTTOOL_VERSION="1.8.1" && \
36
COPY . /app/
37
38
# Install Python dependencies using uv
39
-# Using --native-tls to avoid certificate issues in containers
40
RUN uv pip install --system --no-cache -e .
41
42
# Test stage - runs unit and integration tests
0 commit comments