Skip to content

Commit

Permalink
Dev: doc/toolchain: add asciidoc-py (ClusterLabs#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Apr 10, 2024
1 parent 586c696 commit ffbc44d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/toolchain/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ RUN apk add --no-cache \
py3-dateutil\
bash \
make \
asciidoctor
asciidoctor \
asciidoc


env PYTHONPATH=/opt/crmsh
env PATH=/opt/crmsh/bin:/opt/crmsh/doc/toolchain/bin:"${PATH}"

CMD cd /opt/crmsh/doc && make
WORKDIR /opt/crmsh/doc
CMD make

0 comments on commit ffbc44d

Please sign in to comment.