We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0cf706 commit d4d4bfcCopy full SHA for d4d4bfc
python-interpreter/Dockerfile
@@ -34,7 +34,7 @@ FROM python:3.13-alpine
34
ARG VARIANT=full
35
36
RUN if [ "$VARIANT" = "full" ]; then \
37
- apk add --no-cache nodejs npm git && \
+ apk add --no-cache nodejs npm git; \
38
fi
39
40
# Install uv and uvx for Python-based MCP server support (full variant only)
0 commit comments