feat(docker): add hermes Dockerfile with curl, poppler-utils, imagemagick #10

Closed
Hermes wants to merge 2 commits from feat/docker-add-curl-poppler-imagemagick into master
Collaborator

Summary

Add docker/hermes/ directory with Dockerfile and entrypoint for Hermes Agent.

Packages Added (PR 1 of 5)

  • curl: HTTP client for API calls
  • poppler-utils: PDF tools (pdftotext, pdfinfo, pdftoppm)
  • imagemagick: Image manipulation and conversion

Files

  • docker/hermes/Dockerfile - Multi-stage build
  • docker/hermes/entrypoint.sh - Runtime initialization

Next PRs

  • PR 2: Browser automation (chromium + fonts + xvfb)
  • PR 3: LaTeX stack (texlive)
  • PR 4: Cross-compilation (qemu-user-static)
  • PR 5: Emacs (emacs-nox)
## Summary Add docker/hermes/ directory with Dockerfile and entrypoint for Hermes Agent. ## Packages Added (PR 1 of 5) - **curl**: HTTP client for API calls - **poppler-utils**: PDF tools (pdftotext, pdfinfo, pdftoppm) - **imagemagick**: Image manipulation and conversion ## Files - `docker/hermes/Dockerfile` - Multi-stage build - `docker/hermes/entrypoint.sh` - Runtime initialization ## Next PRs - PR 2: Browser automation (chromium + fonts + xvfb) - PR 3: LaTeX stack (texlive) - PR 4: Cross-compilation (qemu-user-static) - PR 5: Emacs (emacs-nox)
Hermes added 2 commits 2026-04-29 20:57:24 +00:00
Add docker/hermes/ directory with:
- Dockerfile: Multi-stage build for Hermes Agent
- entrypoint.sh: Runtime initialization script

Base packages added:
- curl: HTTP client for API calls
- poppler-utils: PDF manipulation tools (pdftotext, pdfinfo)
- imagemagick: Image processing and conversion

This is PR 1 of 5 for Docker package additions.
Hermes closed this pull request 2026-04-29 21:08:13 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: gortium/infra#10
No description provided.