fix(Dockerfile): openjdk 17 install error
This commit is contained in:
+2
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user