from code-server
This commit is contained in:
parent
eda5c02fe9
commit
5ef8bdba47
2652 changed files with 528235 additions and 0 deletions
8
dita-ot-3.6/docsrc/samples/docker/Dockerfile
Normal file
8
dita-ot-3.6/docsrc/samples/docker/Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Use the latest official DITA-OT image as parent: ↓
|
||||
FROM docker.pkg.github.com/dita-ot/dita-ot/dita-ot:3.6
|
||||
|
||||
# Install a custom plug-in from a remote location:
|
||||
RUN dita --install https://github.com/infotexture/dita-bootstrap/archive/3.4.1.zip
|
||||
|
||||
# Install from the registry at dita-ot.org/plugins:
|
||||
RUN dita --install org.dita-community.pdf-page-break
|
||||
Loading…
Add table
Add a link
Reference in a new issue