mirror of
https://github.com/rennf93/roboco.git
synced 2026-08-03 07:23:24 +02:00
Documenter is ignored but it works pretty well
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user