Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette authored Aug 6, 2024
1 parent 347f508 commit d6bc6de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | b
RUN source ~/.bashrc && \
npm i -g @antora/cli@3.1 @antora/site-generator@3.1 && \
npm i -g @antora/lunr-extension
npm i -g asciidoctor @asciidoctor/tabs
# End of Antora 3.1 and Lunrjs extension

USER ${REGULARUSER}
Expand Down

0 comments on commit d6bc6de

Please sign in to comment.