switch to miniconda3 base image, add Java via SDKMAN

- Base image: continuumio/miniconda3 (conda + python 3 out of the box)
- Java: installed via SDKMAN (sdk install java) — latest LTS by default
- Node.js: nvm install kept from previous change
- All tool envs (nvm, sdkman) sourced before exec so Python and all
  child processes (exec-tool, jobs) inherit the full PATH
This commit is contained in:
Sidney Marvin Fricke
2026-06-25 08:46:33 +02:00
parent d369047ba6
commit 461165a16e
2 changed files with 20 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
services:
mcp-bash:
image: python:3.12-slim
image: continuumio/miniconda3:latest
container_name: mcp-bash
restart: unless-stopped
working_dir: /workspace