Dockerfile 351 B

12345678
  1. # Use the latest official DITA-OT image as parent: ↓
  2. FROM docker.pkg.github.com/dita-ot/dita-ot/dita-ot:3.5
  3. # Install a custom plug-in from a remote location:
  4. RUN dita --install https://github.com/infotexture/dita-bootstrap/archive/3.3.zip
  5. # Install from the registry at dita-ot.org/plugins:
  6. RUN dita --install org.dita-community.pdf-page-break