fix(Dockerfile): openjdk 17 install error

This commit is contained in:
Claude
2026-06-24 17:53:38 +08:00
parent ff9dea0ba7
commit 565661371b
+2 -2
View File
@@ -2,10 +2,10 @@
#
# Spark Executor MCP — runtime image.
# Build deps with uv (frozen, prod-only), then drop in the source on top of
# python:3.12-slim with Spark + YARN configs mounted for the spark-submit /
# ppython:3.12-slim-bookworm with Spark + YARN configs mounted for the spark-submit /
# yarn CLI calls inside the MCP tools.
FROM python:3.12-slim
FROM python:3.12-slim-bookworm
# --- uv (official binary) ---
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/