Skip to content

Commit d4d4bfc

Browse files
committed
Fix Dockerfile
1 parent b0cf706 commit d4d4bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-interpreter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FROM python:3.13-alpine
3434
ARG VARIANT=full
3535

3636
RUN if [ "$VARIANT" = "full" ]; then \
37-
apk add --no-cache nodejs npm git && \
37+
apk add --no-cache nodejs npm git; \
3838
fi
3939

4040
# Install uv and uvx for Python-based MCP server support (full variant only)

0 commit comments

Comments
 (0)