Skip to content

Commit 7d9df95

Browse files
committed
fix: ci tests
1 parent 14d341a commit 7d9df95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ EXPOSE 50003
44

55
FROM python:slim
66
RUN pip install uv
7-
RUN --mount=source=dist,target=/dist uv pip install --no-cache /dist/*.whl
7+
RUN --mount=source=dist,target=/dist uv pip install --system --no-cache /dist/*.whl
88
CMD airport_test_server --location=grpc://0.0.0.0:50003
99

0 commit comments

Comments
 (0)