Documenter is ignored but it works pretty well

This commit is contained in:
Renn F
2025-12-25 07:40:39 +01:00
parent 15f5be3f8b
commit 7f13e10bf4
13 changed files with 386 additions and 99 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
# =============================================================================
# Agent Base Image - Docker Hardened Image (DHI)
# Agent Base Image
# =============================================================================
# Uses DHI Python 3.13 with dev tools for Claude Code agent containers
# Python 3.13 with dev tools for Claude Code agent containers
# =============================================================================
FROM dhi.io/python:3.13-debian13-dev
FROM python:3.13-bookworm
# Install Node.js 22 (required for Claude Code CLI)
RUN apt-get update && apt-get install -y --no-install-recommends \