add plantuml support
This commit is contained in:
parent
fb786a3bbc
commit
715f2af072
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ WORKDIR /app
|
|||
COPY blogue blogue
|
||||
COPY nuir nuir
|
||||
|
||||
RUN pip3 install "pelican[markdown]" pelican-series pelican-drafts
|
||||
RUN pip3 install "pelican[markdown]" pelican-series pelican-drafts plantuml-markdown
|
||||
RUN pelican blogue/content -s blogue/pelicanconf.py
|
||||
|
||||
FROM nginx:alpine
|
||||
|
|
Loading…
Reference in a new issue