refactor: remove unnecessary uv tool update-shell command from Dockerfile

This commit is contained in:
samanhappy
2025-04-09 16:38:24 +08:00
parent 244f900035
commit 8dd058ecd0

View File

@@ -13,7 +13,6 @@ ARG REQUEST_TIMEOUT=120000
ENV REQUEST_TIMEOUT=$REQUEST_TIMEOUT
RUN uv tool install mcp-server-fetch
RUN uv tool update-shell
WORKDIR /app