Skip to content

Commit

Permalink
chore: add missing @antora/assembler dependency (#2705)
Browse files Browse the repository at this point in the history
  • Loading branch information
themr0c authored Mar 28, 2024
1 parent defaca6 commit b73f473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ WORKDIR /tmp
ENV NODE_PATH="/usr/local/lib/node_modules/"
# Install Node.js packages, one by one to avoid timeouts
RUN set -x \
&& npm install --no-save --global @antora/assembler \
&& npm install --no-save --global @antora/cli \
&& npm install --no-save --global @antora/collector-extension \
&& npm install --no-save --global @antora/lunr-extension \
Expand Down

0 comments on commit b73f473

Please sign in to comment.